-
Notifications
You must be signed in to change notification settings - Fork 27
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
font failed to load (NextJs 15 - React 19 - R3F 9) #59
Comments
It happens only with turbopack enabled, removing it works again for me |
This is also in 14.2 From what I can tell, Turbo is treating the disabling turbo works as it uses webpack, but turbo is WAY faster. |
I was wrong. Turbo is trying to do something with UTF-8 and not parsing it as a module or something so it's failing. I've opened an issue over there. They are super slow so if theres a way we could resolve it in this package that would be huge |
The issue was closed due to missing reproduction. I went and created the repro, but it seems to be fixed with turbo in 15.2.0-canary (use |
Seeing this:
Using the latest NextJs 15 with:
The text was updated successfully, but these errors were encountered: