I’m working on Unit 1 – Accessing Node-Red Dashboard from Anywhere (Build a home automation system)
Page 204: when I type in ./ngrok http -auth=”whatever:pass” 1880 i get the Err_NGROK_105.
Maybe the port isn correct. I tried: 80, 8080, 1880, 8899, but the same err message.
Do you have any suggestion?
Thank you.
3 Answers
Hello yvonne, it looks like you didn’t enter the correct ngrok authentication tunnel key. Can you double-check and re-run the command to authenticate on ngrok?
pi@raspberry:~ $ ./ngrok authtoken YOUR_NGROK_KEY
Then, you would enter:
./ngrok http -auth="whatever:pass" 1880
Oh oh, typing is difficult;)
You are right Rui.
Thank you so much.
Kind regards,
Yvonne