-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Error running a new project #46632
Comments
Could you please link to a repository? I cannot reproduce based on the description. |
We cannot recreate the issue with the provided information. Please add a reproduction in order for us to be able to investigate. Why was this issue marked with the
|
He
Hi, I just created a repo: https://github.com/fariss/nextjs-new-project Screenshot: https://ibb.co/PrYqTK1 |
@fariss works for me, also your repo works for me. My System is the same like yours:
|
Very strange, I solved it by installing @opentelemetry, as suggested here: https://stackoverflow.com/questions/75571462/nextjs-13-2-1-unhandledrejection-error-in-next-js-project-typeerror-trace-g |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Binaries:
Node: 18.14.0
npm: N/A
Yarn: N/A
pnpm: N/A
Relevant packages:
next: 13.2.3
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
CLI (create-next-app)
Link to the code that reproduces this issue
npx create-next-app@latest
To Reproduce
npx create-next-app@latest nextjs-blog
cd nextjs-blog
npm run dev
Describe the Bug
When i run the new created project the first time, i got this error:
unhandledRejection: TypeError: trace.getSpan is not a function
i tried creating the project using npx create-next-app@latest & npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
i got the same error
Expected Behavior
I just expected to see the default home page of a new created Nextjs project
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: