Turbopack Error: Failed to write app endpoint /page #90830
minspence
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.
-
IDE - Cursor
I got this error after a fresh install using the standard pnpm create next-app@latest command. My solution was to change the script for dev
from
"dev": "next dev"
to
"dev": "next dev --webpack"
Turbopack version:
23c464985Next.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions