FATAL: An unexpected Turbopack error occurred (no extra details in the error message) #77346
Raffaele
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
Uh oh!
There was an error while loading. Please reload this page.
-
Link to the code that reproduces this issue
https://github.com/Raffaele/next-js-routing-notes/tree/turbopack-issue
To Reproduce
npm run dev
Current vs. Expected behavior
Expected Behavior: The build should complete successfully without causing a Turbopack error or panic.
Actual Behavior: The build fails with an unexpected Turbopack error reported below.
In console:
In the browser when I open
localhost:3000
:Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
If you remove the folder
src/app/parallel-interceptions/@extra/(.)[id]
and restart the server (withctrl+C
andnpm run dev
) it works and it keeps working without issues if you add back the removed folder with the original content. If you re-start again the server after adding back the folder, it fails in the same way.Log content:
Beta Was this translation helpful? Give feedback.
All reactions