Unable to start LocalTunnel
See original GitHub issueI tried running localtunnel with command lt --port 2019
but it didn’t work. It didn’t show any error message, any success/warnings. Absolute blank. I had to use Ctrl + C
to come out of it.
I used npm i -g localtunnel
to install it.
Can anyone help me??
Issue Analytics
- State:
- Created 4 years ago
- Reactions:50
- Comments:50 (1 by maintainers)
Top Results From Across the Web
Localtunnel running problem, doesn't work at all
It seems like localtunnel is currently down. Click here to go to the github issues page for more information and updates.
Read more >Localtunnel Localhost Server Expose Problem. - Sololearn
Step 1: I open 2 command windows Step 2: Start the localhost from a window And install the localtunnel using code below in...
Read more >localtunnel - npm
Start using localtunnel in your project by running `npm i localtunnel`. There are 239 other projects in the npm registry using localtunnel.
Read more >Localtunnel, make your local server accessible from the internet
Both one and the other will provide us with an Apache server to be able to share the content from our local server....
Read more >Localtunnel Tutorial #TutorAfterNgantor - YouTube
Your browser can't play this video. ... Download localtunnel : $ npm install -g localtunnel 3. Run localtunnel : $ lt --port {port} ......
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
please try below code:
“webhook”: “lt -h ‘http://serverless.social’ -p 5000”
I found this workaround. Add -h http://localtunnel.me/ and use the url with http instead of https