-
-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev build broken with Turbopack and Next.js 15 latest #4395
Comments
vercel/next.js#73503 (comment):
|
* Update turbopack-empty.js fix #4395 * Create brown-cobras-dream.md --------- Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
Is this already fixed? I am still getting the error with blitz 2.2.0. |
It is fixed
…---
Regards,
Gary
On Sun, Jan 12, 2025 at 6:30 AM Roman Rajchert ***@***.***> wrote:
Is this already fixed? I am still getting the error with blitz 2.2.0.
—
Reply to this email directly, view it on GitHub
<#4395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5ASSWUXXPZ7WQE6UOMCUD2KJ37VAVCNFSM6AAAAABS7QKHIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVG42TOMRVGA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Yes thank you, I needed to remove node_modules and reinstall. It's working fine now :) |
* Update turbopack-empty.js fix blitz-js/blitz#4395 * Create brown-cobras-dream.md --------- Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
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: