Next.js Discord

Discord Forum

How do you all debug server side network request?

Unanswered
Common Nighthawk posted this in #help-forum
Open in Discord
Common NighthawkOP
HI all πŸ‘‹πŸΌ

I'm wondering how one can inspect the server side network requests? I found this tool "https://github.com/oslabs-beta/NextInspect" but seems to be quite out dated.

4 Replies

Common NighthawkOP
@B33fb0n3 Thanks for asking. I want to be able to inspect the requests made from node when running SSR. I've read the information at https://nextjs.org/docs/pages/building-your-application/configuring/debugging but the inspector opened does not have any network tab πŸ€”
Common NighthawkOP
I'm not using Pages router either, running App router 100%