Can't resolve '@vercel/turbopack-next/internal/font/google/font' sporadically on next dev --turbo
.
#61886
Replies: 21 comments 25 replies
-
I faced same issue and resolved by installing latest version issued: |
Beta Was this translation helpful? Give feedback.
-
I am also experiencing the same issue with the error message: Module not found: Can't resolve '@vercel/turbopack-next/internal/font/google/font'. I have already updated all packages to the latest versions. Does anyone know how to resolve this? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I am still facing the same issue, tried reinstalling and adding the latest next, but nothing works, Has anyone found a fix yet? |
Beta Was this translation helpful? Give feedback.
-
Faced the same issue, I tried restarting the server and it worked for me. |
Beta Was this translation helpful? Give feedback.
-
I have the issue. How can I fix it? |
Beta Was this translation helpful? Give feedback.
-
Faced the same out of nowhere.
|
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the same issue, but I temporarily turned off the turbopack feature when running the application on the deployment side by removing --turbopack in package.json |
Beta Was this translation helpful? Give feedback.
-
Installing the latest versions may not solve the problem. Following the next.js documentation seems to have solved the problem for now. |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the same issue, I really love the behind architecture how Turbopack built but I really got mad because of this building error. Does anyone have any other suggestions? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
I just removed --turbopack in next dev scripts in package.json. Now it is working. But need to debug why it is failing with turbopack |
Beta Was this translation helpful? Give feedback.
-
Same issue, can be reproduced in next |
Beta Was this translation helpful? Give feedback.
-
The same problem was solved by restarting the server |
Beta Was this translation helpful? Give feedback.
-
delete |
Beta Was this translation helpful? Give feedback.
-
It's the use of Turbopack, Adding this to
|
Beta Was this translation helpful? Give feedback.
-
Yeah, it seems to be related to Turbo, and the Google font Inter is used in the sample Turbo code. If you don't want to remove https://github.com/vercel/turborepo/blob/main/examples/with-tailwind/apps/web/app/layout.tsx |
Beta Was this translation helpful? Give feedback.
-
Same issue, can be reproduced in next 15.2.3 |
Beta Was this translation helpful? Give feedback.
-
bump, still a problem on latest |
Beta Was this translation helpful? Give feedback.
-
This fixed the error |
Beta Was this translation helpful? Give feedback.
-
This is still a issue in next 15.3.0 |
Beta Was this translation helpful? Give feedback.
-
I have a hinge that, at least in my case, it could be related to company VPN. |
Beta Was this translation helpful? Give feedback.
-
Using Cloudflare Warp solves the problem. I can't say for sure that the reason is censorship in Spain due to LALIGA. |
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.
-
Summary
Keep getting this sporadically when I start my server, then I have to try and try again to restart it, until it finally works.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions