Is the Atlassian Connect tutorial broken?

Hi @JordanBerry,

This error appears if the ngrok authtoken is not set properly. Depending on your OS, the ngrok.yml should be located in:

OS Location
Linux and MacOS ~/.ngrok2/ngrok.yml
Windows C:\Users\<Username>\.ngrok2\ngrok.yml

This file should contain something like

authtoken: <ngrok_auth_token>

You can manually create this file or call the ngrok command from inside your project directory’s<project_directory>/node_modules/ngrok/bin. In my case it looks like

% ./ngrok authtoken <ngrok_auth_token>
Authtoken saved to configuration file: /Users/iragudo/.ngrok2/ngrok.yml

Other relevant resources:

Hope this helps and let us know how it goes.

Ian

2 Likes