warrenday / graphql-network-inspector

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

Plugin didn't show up in v2.19.2 #123

Closed HappySean2845 closed 1 month ago

HappySean2845 commented 4 months ago

Describe the bug Plugin didn't show up in the latest v2.19.2

To Reproduce Just update to v2.19.2

Expected behavior Show the plugin

Screenshots image

Desktop (please complete the following information):

Additional context

warrenday commented 4 months ago

This issue seems intermittent for multiple users. Did closing and re-opening dev tools resolve the issue for you?

HappySean2845 commented 4 months ago

This issue seems intermittent for multiple users. Did closing and re-opening dev tools resolve the issue for you?

Yes I have tried several times and uninstall/install the plugin for several times, it didn't help

escontreras commented 4 months ago

I have a same problem. Plugin didn't show up in devtools

warrenday commented 4 months ago

Is this from a fresh install or after auto upgrade? Also is it permanently gone, or does it re-appear after closing/opening devtools?

escontreras commented 4 months ago

A couple of days ago I stopped seeing the tab in the bar and in the brave browser it is visible. Uninstall Chrome, delete cache and do the same with the extension and nothing is ever seen.

warrenday commented 4 months ago

I'll do some testing tonight on a fresh install and try to recreate. Annoyingly I've never seen this issue myself, but plenty have reported it.

escontreras commented 4 months ago

It is in some users I don't know what the reason may be, on my laptop I can see the tab without problems

warrenday commented 4 months ago

I've been looking through all of the chrome api's we use within the app. Nothing requires special permissions, so struggling to figure out what causes this.

Is anyone able to see any errors logged from the extension under the "manage extensions" window?

chrome://extensions/
Screenshot 2024-02-29 at 19 07 40
escontreras commented 4 months ago

i don't not see errors

image

escontreras commented 4 months ago

I'm resolve the problem, press 12 to open dev tools and f1 to open the config page and press the button reset default configurations

ramiel commented 4 months ago

Yes, this solves the problem. I tried to check for any logs before resetting but with no luck. The problem for me happened on a browser with the extension previously working and on a browser with the extension just installed. If I find something I'll report here

warrenday commented 4 months ago

Appreciate it!

warrenday commented 4 months ago

I'll add this guide to the main readme, should help others.

warrenday commented 1 month ago

Guide added a while back, if this problem comes back up please raise again. Had no reports since last updates. Although does seem to happen every 6 months or so. Currently unable to identify the issue.