-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
An error occurred in next/font
.
#64393
Comments
Yes, I am also getting that same error |
Getting same error, what a day to start learning NextJS. 😂 |
i'm getting it too lmaooo, waiting for a fix |
Also getting it |
Duplicate of #64371 |
thanks ! it worked |
Closing as duplicate of #64371 |
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/Ajay01103/Next-14.2.0
To Reproduce
1). start the the local development server
2). An error occurred in
next/font
.Current vs. Expected behavior
I was trying the latest version of next js 14.2.0 after the installation finished and run the local development server the error appear which is like
An error occurred in
next/font
.inside src\app\layout.tsx
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
Provide environment information
Which area(s) are affected? (Select all that apply)
App Router, CLI (create-next-app)
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed)
Additional context
I tested the next js 14.1.4 it just worked fine bu the latest version of next js 14.2.0 is throwing the error inside src\app\layout.tsx
The text was updated successfully, but these errors were encountered: