-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'body') #264
Comments
The default configuration file location for ngrok is This module actually downloads and stores its own copy of the ngrok binary within Are you still running ngrok version 1 outside of this module? Or have you configured a different location for the config file? I acknowledge the |
I just tried running ngrok with a free account and then tried to run ngrok with the same account from this module and I did get an error, but it was expected. It was a |
There haven't been any further comments on this since January, so I am going to close the issue for now. If there are still questions or issues, please feel free to reopen. |
I can't seem to make this module work at all
I tried digging through the source to reveal the real error (#229), which is apparently
ECONNREFUSED
After some more digging, I found #138 which led me to look at my auth token (in my actual app where I'm using this I set an auth token, but in the sample demo repo I made to test this issue, I did not).
That's when I noticed a
~/.ngrok/asdfasdf-some-guid-asdfasf.zip
file - what is this? Whatever script wrote this presumably also is what moved my original~/.ngrok
folder (the one which has aconfig.yml
that contains my auth token) to~/.ngrok2
.Fixed everything
Why did this happen?
The text was updated successfully, but these errors were encountered: