I’m not sure what’s going on here but I’m hoping for a solution. This is very strange and I’m not sure what information to provide aside from a screenshot of what is happening.
I’m building a new website with Next.js, and today when I got to work and ran “npm run dev” the terminal started blowing up with loads of GET and POST requests. Here’s a screenshot.
I have no idea what is going on here. Everything regarding this application is running locally. I’m using MAMP to test all the back-end stuff. When I run “npm run dev”, as soon as the page is done compiling, the terminal lights up with all this going faster than I can read. I just immediately kill the process and comb through it, but a lot of these things are deep in .next, while some I don’t recognize at all.
Steps I’ve tried to solve this:
-
Deleting the “.next” folder and having it rebuilt.
-
Deleting node_modules.
-
running “npm clear cache –force”
I may reinstall node, but I’m not understanding what is happening. I’m happy to add any relevant information needed, but currently I’m nervous to run the application because I don’t understand what’s going on here.
Thank you in advance for any help.