-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cannot start the app #74
Comments
This also happens with NextJS version
|
Can also replicate. Causes a segmentation fault issue when building. |
This is the related issue in the next.js repo: vercel/next.js#46989. It's not just this plugin. |
I ran into the same issue today. I got it working with:
I had to clear my |
Same issue here. Commenting out the use of the plugin till resolved. |
This appears to be an issue from the recent turbopack update (vercel/next.js#46971) |
Even after pinning 13.2.3 and 0.5.6 (rm node_modules .next), I am still getting an error, albeit a different one. The dev server will start, but as soon as there is a render, I'll get this.
In the past 2 days I have tried various combinations of versions, going back to previous working commits (by deleting node_modules / .next), to no avail. Really puzzling... For the time being, I just rolled out a quick and dirty serialization / deserialization utility /shrug. |
A workaround is to downgrade to [email protected] and delete the |
I got it working:
|
The upstream issue in next.js was fixed in the latest canary, but plugins now need to update to the latest swc version. |
temporarily reverting to next 13.2 due to blitz-js/next-superjson-plugin#74
It's been a long wait, everyone. Please try next-superjson-plugin v0.5.7 with next canary. |
Thank you @orionmiz It works for me with [email protected] (not 13.3.0) Also noteworthy that it seems I can serialize dates without the plugin on that canary version. |
[email protected] is out now :) |
Hello, Here Is the error error - ./node_modules/next/dist/client/dev/amp-dev.js Caused by: Please help |
@Ashutsoh1729 Please update Next.js and plugin |
Thank you @orionmiz I have now updated both to their latest versions and it worked. Thank you again. |
I was having the same issue while using Next.js Here my package.json:
|
It works. Thank you sneko |
Verify Next.js canary release
Describe the bug
Expected behavior
I'd like to run the app
Reproduction link
repository
codesandbox link
Version
13.2.5-canary.3
Config
Additional context
No response
The text was updated successfully, but these errors were encountered: