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
I have been using this library version 4.3.3without any auth token and everything was perfect until today.
The way I use the library is simply:
ngrok.connect(port);
All of the sudden ngrok.connect started to throw TypeError: Cannot read properties of undefined (reading 'body'). After inspecting logs from underlying ngrok agent:
Your ngrok agent version "2" is no longer supported. Only the most recent version of the ngrok agent is supported without an account.
Upgrading to v5 solved this problem
The text was updated successfully, but these errors were encountered:
Hi,
I have been using this library version 4.3.3 without any auth token and everything was perfect until today.
The way I use the library is simply:
All of the sudden
ngrok.connect
started to throwTypeError: Cannot read properties of undefined (reading 'body')
. After inspecting logs from underlying ngrok agent:Upgrading to v5 solved this problem
The text was updated successfully, but these errors were encountered: