Multiple requests are normal? #1085
Unanswered
maiconsanson
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Is it expected that you're seeing this error? Please see the troubleshooting guide in the docs.
What you're seeing above are log entries, I wouldn't say that these are strictly the same as requests. It might be that the renderer attempts to render a few components in parallel (4 in your case, could also include |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
Testing my error pages I realized getting 4 requests for each not-found path in production.
I followed these instructions: https://next-intl-docs.vercel.app/docs/environments/error-files
For example, I only accessed
teste
andasdasd
once:I'm seeing multiple requests for the same URL in other situations too.
Somebody already faced something like this? I don't think 4 requests are normal for the same 404 error page.
This project isn't public yet so I'm afraid about the high Vercel pricing when launched.
My middleware:
Beta Was this translation helpful? Give feedback.
All reactions