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.
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