-
Notifications
You must be signed in to change notification settings - Fork 28.4k
TurboPack crashes immediately while compiling any page. Webpack working fine #63924
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
Comments
Wes just found the same issue, and renaming Interestingly, this only appears to be a problem on Windows, it worked fine on MacOS. |
Thanks a bunch for letting me know! So, in the Guess I'll have to patiently wait for the stable release to sort things out. Thanks again for keeping me in the loop! |
The There's a segfault that occurs while compiling your project, which is being tracked in swc-project/swc#8840. |
Thanks for the update! Appreciate the heads-up on the PostCSS path fix and the investigation into the segfault. Let me know if you need any further info from my end. |
Hi! Here running [email protected], just updated, and the app that was working fine with <14.2 now doesn't. App is running on With webpack, it works fine too. Edit: Tried it in 14.3.0-canary.4 and error is present too. |
Combining #63755 and this one as they're the same issue 🙏 |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue
https://github.com/Its-Satyajit/nextjs-drizzle-mysql-tailwind
To Reproduce
git clone https://github.com/Its-Satyajit/nextjs-drizzle-mysql-tailwind.git cd nextjs-drizzle-mysql-tailwind pnpm install
add db credential in .evn
Current vs. Expected behavior
Here's what I expect to happen: When I run the script
dev-t
, it should start the development server and serve the webpage in the browser.However, here's what's actually happening: Although the development server starts successfully, as soon as I navigate to the path "/", the application crashes. This issue only occurs when I use the script
dev-t
, which runsnext dev --turbo
. Strangely enough, when I use the scriptdev
, which simply runsnext dev
, everything works fine without any errors.Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack (--turbo)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
I've tested my repository using Next.js version
14.2.0-canary.50
.During my tests, I found that everything works smoothly when running the command
pnpm dev
. The terminal output confirms this with a message saying:script
but I encountered an issue while testing my repository with Next.js version
14.2.0-canary.50
.When I ran the command
pnpm dev-t
, it resulted in a significant error, something I hadn't encountered before when using version14.1.4
. The error seems to be related to the postcss.config.js file, but I'm having trouble resolving it.script
PACK-2892
The text was updated successfully, but these errors were encountered: