The update of the next.js version is the only change in that commit, so this seems to be a breaking change in a minor version.
How can I fix this? Ideally without upgrading next.js since we're not ready to go to Next.js 14 yet. The latest minor version on next.js 13 (13.5.7) still has the issue.
Link to the code that reproduces this issue
https://github.com/cryfs/cryfs-web-next/tree/feature/failing
To Reproduce
Current vs. Expected behavior
With next.js 13.5.4, everything works fine. But when upgrading to next.js 13.5.5, (this commit), it breaks and shows:
The update of the next.js version is the only change in that commit, so this seems to be a breaking change in a minor version.
How can I fix this? Ideally without upgrading next.js since we're not ready to go to Next.js 14 yet. The latest minor version on next.js 13 (13.5.7) still has the issue.
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
works in 13.5.5-canary.2 broken in 13.5.5-canary.3