Reputation: 69
I've a flask webapp on a linux system which was working fine last week, I use ngrok to expose the localhost publicly, but today am presented with this: err_ngrok_6022
What I've tried so far:
please help
EDIT: Workaround is using pip install pyngrok, apparently new ngrok update is behind this problem
Upvotes: 3
Views: 3667
Reputation: 2412
for me I hadn't add the authtoken
so
ngrok config add-authtoken <token>
solved it.
Upvotes: 1
Reputation: 69
question has been solved; for other people experiencing same issue:
ngrok has been updated, refer to the documentation for changes.
if you don't want to update use pyngrok.
Upvotes: 0