You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This took me a while to track down, so thought I would create an issue here. I am running on MacOS.
I was running into the ERR_NGROK_6022 error when following the 'bot-sso' sample. As described in the README, it suggested to ensure my authtoken was saved in my config by running the following command:
After debugging for awhile, I noticed one of the VS Code terminals was logging the following...
Starting local tunnel service
"/Users/MYUSERNAME/.fx/bin/ngrok/node_modules/ngrok/bin/ngrok" http 3978 --log=stdout --log-format=logfmt
lvl=info msg="no configuration paths supplied"
lvl=info msg="ignoring default config path, could not stat it" path=/Users/MYUSERNAME/.ngrok2/ngrok.yml err="stat /Users/MYUSERNAME/.ngrok2/ngrok.yml: no such file or directory"
So it appears it is looking for a different config location for my ngrok.yml. Once I copied the ngrok.yml to the .ngrok2 folder, my consent process is now working as expected.
Is there something in this code base and/or dependencies that should be updated?
Thanks!
The text was updated successfully, but these errors were encountered:
This took me a while to track down, so thought I would create an issue here. I am running on MacOS.
I was running into the ERR_NGROK_6022 error when following the 'bot-sso' sample. As described in the README, it suggested to ensure my authtoken was saved in my config by running the following command:
After debugging for awhile, I noticed one of the VS Code terminals was logging the following...
So it appears it is looking for a different config location for my ngrok.yml. Once I copied the ngrok.yml to the .ngrok2 folder, my consent process is now working as expected.
Is there something in this code base and/or dependencies that should be updated?
Thanks!
The text was updated successfully, but these errors were encountered: