Next 15 unclear build error on Vercel #72107
Unanswered
elie222
asked this question in
App Router
Replies: 2 comments 1 reply
-
|
I have exactly the same error... it builds locally without any problem but it does't in vercel... |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
If you’ve encountered the same issue I did, it was due to having a monorepo with multiple React dependencies. Specifically, one of my packages was still using React 18, which caused a type mismatch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a build error although it's unclear why.
Everything worked fine on Next 14.
The build also works locally but fails on Vercel.
This is the repo:
https://github.com/elie222/inbox-zero
This is the error:
I do have
@types/reactandtypescriptinstalled as can be seen here: https://github.com/elie222/inbox-zero/blob/next15/apps/web/package.jsonBeta Was this translation helpful? Give feedback.
All reactions