the localtunnel server offline?
See original GitHub issueI build a server like this
docker run -d --restart always --name localtunnel --net host defunctzombie/localtunnel-server:latest --port 3000
netstat is already use in 3000
when i try to connnet the server …
lt --host "http://support.xxx.com:3000" --port 22
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s
tunnel server offline: Request failed with status code 404, retry 1s
What’s wrong!!! It doesn’t work!
How to fix it ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
how to fix 'tunnel server offline: Request failed with status code ...
I uninstalled and re-installed localtunnel, Rechecked my code on localhost, To fix 502 error, I cleared the browser's cache and checked firewall ...
Read more >Localtunnel Localhost Server Expose Problem. - Sololearn
Therefore, the localtunnel client is stuck trying to connect to a server that's offline. You'll need to find another service. 16th Apr 2020,...
Read more >Localtunnel ~ Expose yourself to the world
Localtunnel allows you to easily share a web service on your local development machine without messing with DNS and firewall settings.
Read more >localtunnel - npm
--subdomain request a named subdomain on the localtunnel server (default is random characters); --local-host proxy to a hostname other than ...
Read more >Local tunnel is not generating specific public URL
Hi Team, I am using local tunnel (for generating public URL), but always it's throwing the below error. "tunnel server offline: certificate ...
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
I found the problem: I’m using a subdomain for the entrypoint so I have to add
-- domain ...
to thedocker run
command.I always run
--net host
but it doesn’t work