-
-
Notifications
You must be signed in to change notification settings - Fork 396
Firefox can't establish a connection to the server at localhost:54321. #1236
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
Comments
Are you using code-server or running VS Code natively? I've found that this extension doesn't work when code-server is running behind an HTTPS reverse-proxy. See details here |
@csaska I'm having this issue as well. It's with code-server that's running in gCloud. |
Hi there, I have:
Any help is welcome. |
You can setup settings sync without using that button. What I did was set up settings sync using VS Code, then copied the config for settings sync manually to code-server. |
Thanks @csaska ssh -L localhost:54321:192.168.1.59:54321 [email protected] Code-Server is running on |
Duplicate of #1005 |
For people who are using kubernetes, you can port-forward like below, the "Login in with Github" now works! kubectl port-forward deployment/code-server-deployment -n code-server 54321 |
Use this extension, it's working https://marketplace.visualstudio.com/items?itemName=nonoroazoro.syncing |
@chilcano Hi Can you please provide a full tutorial to make this extension work for code-server running behind a reverse proxy ? thanks 🙂 |
Hi @kimtiago Is it still working for code-server ? |
Good day to you all,
when I am trying to setup extension, I click on "Login with Github", browser opens with address
http://localhost:54321/callback?code=*********
and I get error mentioned in the subject, i.e.Firefox can't establish a connection to the server at localhost:54321.
I tried opening the link in MS Edge (the chromium based one), I tried checking hosts file to see if there is somehow any localhost redirect/blocking, I tried ipconfig flushdns and renew, nothing worked.
I do have node.js installed on my Windows 10 machine, but as I understood, it runs on
localhost:5000
only if I am running node and some app within..?Thanks for any help, I hope solving this issue would help others with seamless installation of the extension.
The text was updated successfully, but these errors were encountered: