Turbopack Error: Failed to write app endpoint /page #85902
Facundo-Martin
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
142b08bfNext.js version:
0.0.0Error message:
Bug Description
Starting a Next.js sandbox with the E2B Sandbox SDK as listed in https://e2b.dev/docs/template/examples/nextjs
When running the build script with
npx tsx build.dev.tsthe template builds correctly.However, when finalizing the template build and making a curl request (
Waiting for template to be ready: curl -s -o /dev/null -w "%{http_code}" http://localhost:3000 | grep -q "200") , the app gets started, shows ready status, starts compiling, and after a while it starts throwing the following error:I've also tried running it with webpack instead of turbopack, but haven't had any success with it (stalls at "Compiling /" step):
Beta Was this translation helpful? Give feedback.
All reactions