warrenday / graphql-network-inspector

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

The network tab dies after leaving idle for certain time #132

Open nish-av opened 1 month ago

nish-av commented 1 month ago

Describe the bug The GraphQL Network tab shows this image after leaving idle for certain time:

Screenshot 2024-06-04 at 12 29 14 pm

To Reproduce Steps to reproduce the behavior:

  1. Go to web app that uses graphQL
  2. Click on on GraphQL Network tab
  3. Wait until the error is happened

Expected behavior See all queries and mutations in the GraphQL network tab

Screenshots

Screenshot 2024-06-04 at 12 29 14 pm

Desktop (please complete the following information):

warrenday commented 4 weeks ago

Hi @nish-av is this happening on any particular websites?

nish-av commented 4 weeks ago

No, it's happening on a project that I'm working on (Haven't tested it any websites)

nish-av commented 4 weeks ago

It goes away after restoring defaults and reloading.