Next.js Discord

Discord Forum

Infinitly loading

Unanswered
Transvaal lion posted this in #help-forum
Open in Discord
Transvaal lionOP
When I run next dev I can't load the application when I go to localhost:3000. This is the output of the command

   ▲ Next.js 15.3.5
   - Local:        http://localhost:3000
   - Network:      http://192.168.0.126:3000
   - Environments: .env

 ✓ Starting...
 ✓ Ready in 1040ms


I tried removing .next and node_modules. Another project does load. What could be the issue?

3 Replies

Dutch
Open it at browser, check console and your use effect methods
Transvaal lion
me to, something is up, just yesterday, i cant load my project fast anymore
Transvaal lionOP
After disabling turbopack, then running the project and then enabling turbopack again it worked 🤷‍♂️