turbo icon indicating copy to clipboard operation
turbo copied to clipboard

[Turbopack] Error during SSR Rendering

Open is-it-ayush opened this issue 2 years ago • 4 comments

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

is-it-ayush avatar Oct 29 '22 02:10 is-it-ayush

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

  1. Use npx create-next-app --example with-turbopack and create the app with any name.
  2. Run npm run dev.
  3. 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. image

xpadev-net avatar Oct 29 '22 05:10 xpadev-net

@xpadev-net let me know of you get turbopack working.

is-it-ayush avatar Oct 29 '22 08:10 is-it-ayush

@xpadev-net let me know of you get turbopack working.

node version 16+

m7yue avatar Nov 03 '22 03:11 m7yue

Getting the same issue with NodeJs v14.17.3

Sandeep06Dev avatar Nov 07 '22 17:11 Sandeep06Dev

The same too with Nodejs v16.14.2

dangvanthanh avatar Jan 18 '23 16:01 dangvanthanh

duplicate of #2352

padmaia avatar May 10 '23 21:05 padmaia