Reputation: 3086
I have set up ngrok
and ran it by pointing it towards nothing. But when I make a request to the link provided by ngrok
, I am being asked for authentication.
I tried my username and password of computer, of the ID I registered ngrok with and both of them didn't work.
I couldn't find any proper information as to how to deal with this on their official docs. Client API Ngrox authentication isn't helpful.
Upvotes: 5
Views: 12450
Reputation: 2413
ngrok authtoken ""
worked for me. Otherwise find your ngrok.yml file and just remove it manually.
Linux: "~/.config/ngrok/ngrok.yml"
MacOS (Darwin): "~/Library/Application Support/ngrok/ngrok.yml"
Windows: "%HOMEPATH%\AppData\Local\ngrok\ngrok.yml"
Upvotes: 4
Reputation: 41
Upvotes: 3