Vortekus
Vortekus

Reputation: 69

ERR_NGROK_6022 whenever I access my flask page using ngrok

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:

  1. reinstalling ngrok
  2. reseting authtoken
  3. creating a new account and generating new token

please help

EDIT: Workaround is using pip install pyngrok, apparently new ngrok update is behind this problem

Upvotes: 3

Views: 3667

Answers (2)

Ali Aref
Ali Aref

Reputation: 2412

for me I hadn't add the authtoken so

ngrok config add-authtoken <token>

solved it.

Upvotes: 1

Vortekus
Vortekus

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

Related Questions