-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
What version of Next.js are you using?
11.0.0
What version of Node.js are you using?
12.0.0
What browser are you using?
Safari, Chrome
What operating system are you using?
macOS
How are you deploying your application?
Vercel
Describe the Bug
I am trying to make a build on Vercel of some changes I made to my website. However, for some reason now, it will not build on Vercel. Only locally.
The file in question is the Layout.tsx file, which I've seen has given many people trouble in the past. But I have confirmed all file and component namings and they are correct. I've made several deploys before with the exact same Layout.tsx file and had no issues.
Local Build
Vercel Build
My file tree and index.tsx file
Expected Behavior
Vercel Build should have the same behaviour as local build, which is successful.
To Reproduce
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.



