Paths being requested 3 times for each visit
Unanswered
American Fuzzy Lop posted this in #help-forum
American Fuzzy LopOP
On Vercel, in the logs for a Next.js site I'm seeing that every path gets requested 3 times in a very short amount of time.
I could see it being called twice, one to be rendered server-side and one for fetching data to hydrate the rendered HTML, but I can't explain why there will be 3 of them.
I'm using the latest Next.js version with the app router.
I could see it being called twice, one to be rendered server-side and one for fetching data to hydrate the rendered HTML, but I can't explain why there will be 3 of them.
I'm using the latest Next.js version with the app router.