Turbopack just errors on every page, webpack works fine #77979
beck24
started this conversation in
Turbopack Error Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure how to go about debugging this or even getting any relevant information. We have a large Nextjs project we're upgrading from 14 -> 15. It runs completely fine with
next dev
, no errors at all.Running with turbopack just gives 500 errors on every page with nothing relevant in the console.
Output opening home page with webpack:
Output opening home page with turbopack:
Any suggestions as to why this happens or how to go about getting relevant info to debug the issue?
Beta Was this translation helpful? Give feedback.
All reactions