Replies: 4 comments 3 replies
-
|
It worked for me
|
Beta Was this translation helpful? Give feedback.
-
|
For me, the reason the dev server stopped working was that something in my cookies was causing errors. All I had to do was delete all the cookies, and it worked again. |
Beta Was this translation helpful? Give feedback.
-
|
Has anyone solved this problem? |
Beta Was this translation helpful? Give feedback.
-
|
I installed Nextjs project, when run "npm run dev" on cmd. when I try to visit localhost:3000 on chrome, dev server is not working and page is not loading, "The site can't be reached" why |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Wanting to learn Nextjs and started by trying to go through the tutorial. Any time i 'npm run dev' local host just endlessly loads. When inspecting and checking the console I'm getting nothing at all.
Seems like nothing is coming back from the request.
Node version v16.13.1.
I've tried both npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter" & npm init next-app nextjs-blog.
Any help with this will be appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions