Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser respects proxy settings, even for localhost - causes blank screen #80

Closed
yesrod opened this issue May 8, 2015 · 5 comments
Closed

Comments

@yesrod
Copy link

yesrod commented May 8, 2015

Don't know if this is something you can fix (or even need to fix) but I figure it's something you need to know about.

I was getting a blank screen in the SyncTrayzor browser. "Refresh browser" didn't fix the issue. I tried accessing http://localhost:8384 in a separate browser and got a proxy error, which reminded me to modify my proxy autoconfig script (lots of weird SSH tunneling in my environment) to ignore the 127.0.0.0/8 network. After I did that, the issue was fixed and Syncthing displayed correctly in the SyncTrayzor browser.

Is it possible to set the internal browser to either

  1. ignore all system proxy settings, or
  2. ensure that localhost is never proxied?
@canton7
Copy link
Owner

canton7 commented May 8, 2015

Oh, fun! Let me look into this, thanks.

@yesrod
Copy link
Author

yesrod commented May 8, 2015

No problem, let me know if I can provide any more info.

@canton7
Copy link
Owner

canton7 commented May 8, 2015

Turned out to be easy :)

Until this is released, the workaround you described should be fine.

@yesrod
Copy link
Author

yesrod commented May 8, 2015

Sweet, I love easy fixes.

I'll test next release by removing my workaround and making sure the browser still works.

@canton7
Copy link
Owner

canton7 commented May 8, 2015

Cool, thanks. Unless something major crops up, we're probably looking at a week or two until the next release - I'm trying to not bug people too frequently 😝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants