Next.js Discord

Discord Forum

Dev server spams GET requests on every file change

Unanswered
Sokoke posted this in #help-forum
Open in Discord
SokokeOP
Hi, dev server spams GET requests on every file change slowing down my development process, I have no idea why is this happening, any help would be appreciated! On attached image you can see how many GET requests it logs, on every file change, I have only 1 instance open in browser. It's spamming for about 5-15 seconds, really annoying, because I can't see the changes I've made to the code until it finishes spamming!

EDIT: I'm using NextJS 15.1.7, React 19.0.0 and App routing

1 Reply

American black bear
You will need to share some code, we cant help you without it. The dev server should refresh once you make changes to your files, but if it's looping multiple times you've probably coded something wrong