How do you all debug server side network request?
Unanswered
Common Nighthawk posted this in #help-forum
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.
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 Nighthawk <@301376057326567425> 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 π€
ah ok. I don't know much about pages router. Sorry
Common NighthawkOP
I'm not using Pages router either, running App router 100%