node
node copied to clipboard
SWC + next.js + Node.js v22.7
Version
v22.7
Platform
Microsoft Windows NT 10.0.22631.0 x64
Subsystem
No response
What steps will reproduce the bug?
- Create a next.js app
- Run
next dev
- (Failed)
How often does it reproduce? Is there a required condition?
Deterministic (everytime).
What is the expected behavior? Why is that the expected behavior?
No error.
What do you see instead?
For others: https://github.com/vercel/next.js/issues/69150 (the actual repo that I realized it's 22.7 release breaking it).
For myself, my CI starts deterministically failing on Aug. 21 (22.7 release date), and the error (One of the failed CI) is always the same of saying "invalid unicode code point."
Additional information
No response