Appears to be an issue with the layout.tsx files. Make sure the layout.tsx has all of the necessary html tags like html, head, body etc.
If you have a wrapper in the layout make sure that it is inside the body tag not outside.
if the above doesn't solve the issue then share the code snippets.