You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsymbols=Object.getOwnPropertySymbols(signal)constkMaxEventTargetListeners=symbols.find(s=>s.description==='events.maxEventTargetListeners')if(kMaxEventTargetListeners){// The default events.defaultMaxListeners value is 10.// https://nodejs.org/api/events.html#eventsdefaultmaxlistenerssignal[kMaxEventTargetListeners]=10}
Current vs. Expected behavior
I faced errors in catchall api routes
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023
Available memory (MB): 4242
Available CPU cores: 2
Binaries:
Node: 20.9.0
npm: 9.8.1
Yarn: 1.22.19
pnpm: 8.10.2
Relevant Packages:
next: 15.2.2-canary.3 // Latest available version is detected (15.2.2-canary.3).
eslint-config-next: N/A
react: 19.0.0
react-dom: 19.0.0
typescript: 5.3.3
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Runtime
Which stage(s) are affected? (Select all that apply)
This discussion was converted from issue #76901 on March 07, 2025 22:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/quizzical-shaw-5qj8pk
To Reproduce
Bug in nodejs introduced in this commit nodejs/node@81c94a32e4
Here is the fix nodejs/node#56807
You can temporarily add workaround for this here:
Current vs. Expected behavior
I faced errors in catchall api routes
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Available memory (MB): 4242 Available CPU cores: 2 Binaries: Node: 20.9.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.10.2 Relevant Packages: next: 15.2.2-canary.3 // Latest available version is detected (15.2.2-canary.3). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Runtime
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions