I have just installed ngrok on my local machine, ran
ngrok http 80
as usual.
However when I try to access port 80
localhost:80
I get this error message
The connection to http://*******.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:80.
I am really unsure why this is occurring, and browsed around stackoverflow, but did not quite understand the answers I read. Hoping to diagnose afresh and build understanding from here.
OS is Mac OS.