How to inspect server-side requests in Next.js App Router? #83913
Unanswered
GlebKodrik
asked this question in
App Router
Replies: 0 comments
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.
-
Description:
I’m using Next.js (App Router) and my tester wants to see which requests are being made on server-side pages. The problem is that after building the app, regular console.log statements don’t show up for server-side requests, so we can’t trace them easily.
What is the recommended way to log or inspect server-side requests in production (or at least in a built environment) so that a tester can review them?
Beta Was this translation helpful? Give feedback.
All reactions