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
no clue... happens seemingly random in prod, never had it locally
Current vs. Expected behavior
Here is a snapshot from my logs:
This is followed by:
So I have no clue if this is a Next.js bug or a Node.js one, but figured I'd start here since I am using some experimental stuff from Next
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000
Available memory (MB): 16384
Available CPU cores: 8
Binaries:
Node: 20.11.0
npm: 10.2.4
Yarn: 1.22.19
pnpm: 8.13.1
Relevant Packages:
next: 14.2.0-canary.51 // Latest available version is detected (14.2.0-canary.51).
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
typescript: 5.4.3
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
Sorry for a very unclear issue, but just throwing it out here and seeing if this may be a known issue? I've got the error like 5 times over the last 12 hours
The text was updated successfully, but these errors were encountered:
Seems like this might ahve been a Node.js issue unrelated to PPR that's fixed in 20.12: nodejs/node#52319. When can we expect Vercel to update the Node version on lambdas?
Link to the code that reproduces this issue
https://github.com/juliusmarminge/trellix-trpc
To Reproduce
no clue... happens seemingly random in prod, never had it locally
Current vs. Expected behavior
Here is a snapshot from my logs:
This is followed by:
So I have no clue if this is a Next.js bug or a Node.js one, but figured I'd start here since I am using some experimental stuff from Next
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 Available memory (MB): 16384 Available CPU cores: 8 Binaries: Node: 20.11.0 npm: 10.2.4 Yarn: 1.22.19 pnpm: 8.13.1 Relevant Packages: next: 14.2.0-canary.51 // Latest available version is detected (14.2.0-canary.51). eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: 5.4.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
Sorry for a very unclear issue, but just throwing it out here and seeing if this may be a known issue? I've got the error like 5 times over the last 12 hours
The text was updated successfully, but these errors were encountered: