SSR not working with Bun since canary 9 #82006
Replies: 2 comments
-
You're getting this error because Turbopack (in Next.js canary.15) is generating a server chunk that Bun (v1.2.19) can't properly load. The issue is likely caused by a module like You said it worked fine before canary 9. That means a change in Turbopack after that version broke compatibility with Bun. Fixes
Stick to |
Beta Was this translation helpful? Give feedback.
-
I encountered the exact same issue, and downgrading to Do you think we should open a new issue for this? Edit: Just to add, starting from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before canary 9 this works good.
Bun is v1.2.19
Beta Was this translation helpful? Give feedback.
All reactions