When traffic comes in from the web the tunnel seems to crash
Error message thrown:
$ lt --port 2990 --subdomain jira-slack
your url is: https://jira-slack.localtunnel.me
C:\Users\mende\AppData\Roaming\nvm\v12.11.0\node_modules\localtunnel\bin\lt.js:81
throw err;
^
Error: connection refused: localtunnel.me:43943 (check your firewall settings)
at Socket.<anonymous> (C:\Users\mende\AppData\Roaming\nvm\v12.11.0\node_modules\localtunnel\lib\TunnelCluster.js:52:11)
at Socket.emit (events.js:210:5)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Screenshot of page on localtunnel:

Notes
localtunnelDetails:
Port: 2990
OS: Windows 10
NodeJS version: 12.11
Server on Port 2990: Jira (atlas-run)
try running it via npx
npx localtunnel --port 2990 --subdomain jira-slack
馃し鈥嶁檪
I've had the same issue on my computer, and used this as a workaround
Thanks @jakubhomoly . Your solution worked for me.
Most helpful comment
try running it via npx
馃し鈥嶁檪
I've had the same issue on my computer, and used this as a workaround