Hi everyone, I’m stuck with a strange local dev issue in a Next.js 16.0.7 project.
When I run the dev server, I see:
next dev
▲ Next.js 16.0.7 (Turbopack)
- Local: http://localhost:3000
- Network: http://198.18.12.81:3000
✓ Starting...
✓ Ready in 983ms
Everything looks normal, but as soon as I open http://localhost:3000 in Chrome, the Next.js dev server immediately stops. No errors, no logs, the process just exits.
Environment:
- Windows 11
- Next.js 16.0.7 (Turbopack)
- Chrome browser
- Astrill VPN (Stealth mode)
Tried:
- Deleting .next folder
- Switching browsers
- Changing dev port
- Excluding browser from Astrill app filter
- Running without extensions
- Reinstalling node_modules
Still the same: opening the page kills the server.
Has anyone experienced this or know how to debug why the Next dev server shuts down with no error? Any help appreciated!