Next.js Discord

Discord Forum

Middleware spamming requests

Unanswered
Large garden bumble bee posted this in #help-forum
Open in Discord
Large garden bumble beeOP
Hello, it seems that when i add middleware to my project, the console keeps getting spammed of requests of GET /

6 Replies

Large garden bumble beeOP
but when i move the middleware so that it isn't being built, it functions normally without spamming requests.
my middleware code:
it looks like it keeps fetching for some rsc
Large garden bumble beeOP
it seems like it is doing it only in dev, when built it is okay