Maximum Call stack exceeded with NextJS 15. Works on 14 #72377
Labels
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
locked
Turbopack
Related to Turbopack with Next.js.
Webpack
Related to Webpack with Next.js.
Link to the code that reproduces this issue
https://github.com/Brandawg93/PeaNUT
To Reproduce
pnpm i
npm run dev
Current vs. Expected behavior
I expect to be able to start the development server.
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 Available memory (MB): 16384 Available CPU cores: 8 Binaries: Node: 22.11.0 npm: 8.11.0 Yarn: N/A pnpm: 9.12.3 Relevant Packages: next: 15.0.2 // Latest available version is detected (15.0.2). eslint-config-next: N/A react: 18.3.1 react-dom: 18.3.1 typescript: 5.5.4 Next.js Config: output: standalone
Which area(s) are affected? (Select all that apply)
Developer Experience, Turbopack, Webpack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
This happens with both Webpack and Turbopack. Also happens on GitHub builds. NextJS 15 does not work. NextJS 14 works. NextJS 15 actually worked until about a week ago. Here is the stack trace:
https://github.com/Brandawg93/PeaNUT/actions/runs/11692817929/job/32563010887
The text was updated successfully, but these errors were encountered: