bubenshchykov / ngrok

Expose your localhost to the web. Node wrapper for ngrok.
https://ngrok.com
2.33k stars 317 forks source link

How to fix TypeError: Cannot read property 'body' of undefined #309

Open yasminlopestestes opened 1 year ago

yasminlopestestes commented 1 year ago
TypeError: Cannot read property 'body' of undefined
    at NgrokClient.request (C:\Users\progweb\Documents\Projetos\cucaweb-node\node_modules\ngrok\src\client.js:40:26)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async connectRetry (C:\Users\progweb\Documents\Projetos\cucaweb-node\node_modules\ngrok\index.js:29:22)
mschultz-kaliop commented 11 months ago

Upgrading to v5.0.0-beta.2 works for me, thanks @xavierhamel !