I tried running forge tunnel this morning which was working fine yesterday.
I got the error: Error: Failed to start tunnel, could not establish a connection.
When I run forge tunnel --verbose I see the error:
authentication failed: Usage of ngrok requires a verified account and authtoken.\n\nSign up for an account: https://dashboard.ngrok.com/signup\nInstall your authtoken: https://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_4018\r\n
So it looks like there’s some kind of auth required for ngrok. Is this a responsibility of forge or myself? Why would this have changed?
I tried running npm install -g @forge/cli@latest
but that didn’t change anything.