Firefox can't establish a connection to the server at localhost:54321.
See original GitHub issueGood 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.
- Windows 10 ver. 2004
- latest VS Code etc.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Can't establish connection to localhost | Firefox Support Forum
Upon trying to connect to this server via Firefox I'm presented with "Firefox can't establish a connection to the server at 127.0.0.1:8000.
Read more >Message: Firefox can't establish a connection to the server
Firefox can't establish a connection to the server at app.getresponse.com. The site could be temporarily unavailable or too busy. Try again in a ......
Read more >How to fix Unable to Connect Firefox can't establish ... - YouTube
How to fix Unable to Connect | Firefox can't establish a connection to the server error in Mozilla Firefox web browser.
Read more >firefox can't establish a connection to the server - YouTube
firefox can't establish a connection to the server. ... try restarting your device. Your browser can't play this video.
Read more >Firefox can't establish a connection to the server at ws ...
Check the log of you nodejs command prompt. To fix this just modify var connection = new WebSocket('ws://localhost:8080/');.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @csaska I found a workaround. I created a SSH Tunnel from my local computer to remote one which is running Code-Server over HTTPS 8443 port and Settings Sync worked.
Code-Server is running on
192.168.1.59:8443
. Regards.For people who are using kubernetes, you can port-forward like below, the “Login in with Github” now works!