FormidableLabs / envy

Node.js Telemetry & Network Viewer
https://envy-webui.vercel.app
MIT License
107 stars 0 forks source link

Not getting header and accurate request types when using RTK Query #195

Open ziyak97 opened 9 months ago

ziyak97 commented 9 months ago

I use RTK Query to make my network request. I do not Get POST verb(my POST requests show up as GET) or the payload for my POST requests. I do not get the headers for any request either. I suspect this is due to RTK Query.

EDIT - I am using the pages router