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
the error log is misleading (maybe) with the imports in node_modules/blitz/dist/chunks/index-browser.mjs, as the culprit is The export default was not found in module [project]/node_modules/.blitz/turbopack-empty.js [client] (ecmascript).
bisecting which Next version broke this, it started with 15.0.0-rc.1. 15.0.0-rc.0 and 14.x worked fine in dev --turbo
Paste all your error logs here:
with Next 15.0.3, dev --turbo:
with Next 15.0.0-rc.0, dev --turbo:
Paste all relevant code snippets here:
N/A
What are detailed steps to reproduce this?
blitz dev --turbo with different Next versions
also tested different Blitz versions, isn't a factor. Both 2.0.10 and 2.1.3 lead to same error
What is the problem?
with Next 15.0.3, blitz dev --turbo:
the error log is misleading (maybe) with the imports in
node_modules/blitz/dist/chunks/index-browser.mjs
, as the culprit isThe export default was not found in module [project]/node_modules/.blitz/turbopack-empty.js [client] (ecmascript).
bisecting which Next version broke this, it started with 15.0.0-rc.1. 15.0.0-rc.0 and 14.x worked fine in dev --turbo
Paste all your error logs here:
with Next 15.0.3, dev --turbo:
with Next 15.0.0-rc.0, dev --turbo:
Paste all relevant code snippets here:
N/A
What are detailed steps to reproduce this?
blitz dev --turbo
with different Next versionsRun
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: