Next.js v15.2.2 Turbopack Dev server stuck in compiling + extreme CPU/memory usage #77102
schnubor
started this conversation in
Turbopack Error Report
Replies: 1 comment 1 reply
-
I'm experiencing the same issue. Dev server gets somehow stuck when using turbopack. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi!
We're currently running smoothly with Next.js v15.2.0 and recently tried upgrading to 15.2.2 but noticed the Turbopack dev server stopped working. We didn't update any other of our packages. Here's what happens:
After running
next dev --turbopack
it's basically just stuck in compiling the page:The Webpack warnings were also present in v15.2.0 (where it works) and are coming from Sentry afaik.
Meanwhile CPU and memory are through the roof:
Even after waiting 10min, nothing happened. It's just stuck in some sort of loop somehow. No error message or anything. Memory just keeps piling up and it still says "compiling..."
Here's what I already tried to resolve the issue:
rm -rf node_modules
+package-lock.json
rm -rf .next
npm install
15.3.0-canary.6
All of those result in the same endless compile loop.
Now, unfortunately this happens in our private company repo which I cannot share publicly, but I'm happy to provide more info or even invite a Vercel/Nextjs/Turbopack engineer to the repo to debug this if needed.
Any hints on what is going on here?
Cheers!
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions