I tried to make a local tunnel for my web applicaion using this command - 'ssh -R 80:localhost:8080 nokey@localhost.run' in cmd
from localtunnel.run.
I got a URL but it when I ran it on a web browser it simply says 'page is not working' what's the issue?