warrenday / graphql-network-inspector

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

Unable to connect to internet without desktop application open #73

Closed RomanBaiocco closed 2 years ago

RomanBaiocco commented 2 years ago

Describe the bug After the most recent update, I am unable to use the internet on my laptop without the graph proxy desktop application open

To Reproduce Steps to reproduce the behavior:

  1. Close Graph Proxy desktop application
  2. Attempt to visit any website

Expected behavior I should be able to visit the website, instead I see what's in the screenshot down below

Screenshots image

Desktop (please complete the following information):

Additional context Please advise on how to do a complete uninstall until the bug can be fixed

RomanBaiocco commented 2 years ago

I have figured out that manually disabling the proxies in the network tab allows me to connect to the internet without the desktop app open image

warrenday commented 2 years ago

Hey @RomanBaiocco it looks like Graph Proxy failed to remove the proxy settings on close. The settings it applies on open.

Thanks for raising the bug, I'll take a look and get a fix pushed immediately.

RomanBaiocco commented 2 years ago

No problem! Thank you for acting on it so quickly!

warrenday commented 2 years ago

I've pushed a release which should solve the problem you had. There was a bug which didn't remove the proxy settings when closing the app via the "x" button. It should now work when you quit, hard quit and force close.

Please let me know how you get on.

You can grab the latest version from the website or this link: https://github.com/warrenday/graphql-network-inspector-desktop/releases/tag/v0.5.2

Website: https://www.graphproxy.com/

RomanBaiocco commented 2 years ago

The update has fixed the issue! Once again, thank you so much for your fast response time