turbo
turbo copied to clipboard
[Turbopack] Error during SSR Rendering
What version of Turbopack are you using?
4.7.4
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Windows
Describe the Bug
When running the yarn run dev
or npm run dev
on the default turbopack npx create-next-app --example with-turbopack
example. The app randomly crashes and produces the following the error:
error - [rendering] [root of the dev server]/hooks Error during SSR Rendering
timed out waiting for the Node.js process to connect
Expected Behavior
The error shouldn't exist as there were no modifications made to any of the files.
To Reproduce
1.) Use npx create-next-app --example with-turbopack
and create the app with any name.
2.) Run yarn install
3.) Run yarn dev
.
4.) Now navigate inside the template app. It'll crash producing the error. Randomly.
Reproduction Repo
No response
A similar error occurred
What version of Turbopack are you using?
nextjs 13.0.0
What package manager are you using / does the bug impact?
yarn 1.22.19 / probably no
What operating system are you using?
win11 21h2 (22000.1098)
Describe the Bug
When running the yarn run dev or npm run dev on the default turbopack npx create-next-app --example with-turbopack example. The app randomly crashes and produces the following the error:
error - [rendering] [root of the dev server]/context/clothing Error during SSR Rendering timed out waiting for the Node.js process to connect error - [rendering] [root of the dev server]/context/books Error during SSR Rendering timed out waiting for the Node.js process to connect error - [rendering] [root of the dev server]/context/electronics Error during SSR Rendering timed out waiting for the Node.js process to connect error - [rendering] [root of the dev server]/styling/global-css Error during SSR Rendering timed out waiting for the Node.js process to connect
Expected Behavior
The error shouldn't exist as there were no modifications made to any of the files.
env
node 16.15.0 yarn 1.22.19 win11 21h2 (22000.1098) / i5-9600K / 16GB
To Reproduce
- Use
npx create-next-app --example with-turbopack
and create the app with any name. - Run
npm run dev
. - The above error occurs rarely when opening the application in a browser
Often crashed on first startup
Also, crashes often occurred when memory usage was high.
@xpadev-net let me know of you get turbopack working.
@xpadev-net let me know of you get turbopack working.
node version 16+
Getting the same issue with NodeJs v14.17.3
The same too with Nodejs v16.14.2
duplicate of #2352