Dev server takes 30+ seconds to be ready on stock installation
Unanswered
Masked Duck posted this in #help-forum
Masked DuckOP
Hi all, something happened on my machine that's affecting the next dev server.
- It takes 30+ seconds for the server to be ready. After that pages load normally.
- This is true across all of my nextjs projects
- This is also true for any brand new nextjs projects created with
Since this suddenly started and affects all of my projects, I'm assuming the problem has to do with my local environment.
Does anyone have any suggestions for how I can troubleshoot? Thanks!
- It takes 30+ seconds for the server to be ready. After that pages load normally.
- This is true across all of my nextjs projects
- This is also true for any brand new nextjs projects created with
npx create-next-app@latest
Since this suddenly started and affects all of my projects, I'm assuming the problem has to do with my local environment.
Does anyone have any suggestions for how I can troubleshoot? Thanks!
3 Replies
Masked DuckOP
fwiw I'm running a mac with the latest version of Sonoma. Nothing about that changed recently.
risky
yeah dev server can be slow easily... for my case it has always been slow ðŸ˜
but it is faster than next build, and the small change of a file is quick (once the dev server has started)