Turbopack Error: Failed to write app endpoint /page, Happened after reloading Cursor #94227
dawood8080
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
|
I was able to reproduce similar behavior on Windows after repeated hot reloads/restarts during development. This looks related to Turbopack cache growth and Windows filesystem/resource limits rather than the app code itself. Things that helped in my case:
taskkill /F /IM node.exe
rmdir /s /q .next
rm -rf node_modules package-lock.json
npm run dev Possible cause: Might be worth checking:
|
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.
-
Turbopack version:
23c46498Next.js version:
0.0.0Error message:
This error appears after multiple reloads of the Cursor. I asked GLM-5.1, and he answered me the following:
And now it works fine. I hope this can help someone
Beta Was this translation helpful? Give feedback.
All reactions