We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.4.1
I'm trying to check if a listener was already started.
I essentially do the following:
const listeners = await ngrokSdk.listeners();
But this returns an array of length 0, despite a listener to ngrok is running in the terminal window next to the process?
No response
The text was updated successfully, but these errors were encountered:
@alexbjorlig - How did you start the agent? Was it through the ngrok-javascript sdk or did you use something like homebrew?
Sorry, something went wrong.
dthomasngrokker
No branches or pull requests
SDK Version
1.4.1
What happened?
I'm trying to check if a listener was already started.
I essentially do the following:
const listeners = await ngrokSdk.listeners();
But this returns an array of length 0, despite a listener to ngrok is running in the terminal window next to the process?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: