warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

It always shows `No requests have been detected` #119

Closed zhaoyi0113 closed 5 months ago

zhaoyi0113 commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

When open this tab in chroms dev tool, it shows No requests have been detected even there are many graphql request.

Screenshots If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

warrenday commented 5 months ago

Hey @zhaoyi0113 please post the exact payload of your graphql request from the standard network tab. We usually see no detection for non-standard formats.

Also try the graphql inspector on https://medium.com (which use graphql) to see if you see data here.

warrenday commented 5 months ago

Closing as likely issue with formatting. Please re-open if needed.

lopezjurip commented 4 months ago

I'm having a similar issue. Looks like it's hardcoded to search only for /graphql requests. Mine is at /v1/graphql and I can't find a way to change this setting.