Why am I getting the 'Ngrok tunnel could not be started' error in Node.js?

Running into the same error as this. Running MacOS Ventura 13.2.1. Tried scaffolding a new application and I am getting the same exact “Ngrok tunnel could not be started”.

- I’ve tried scaffolding using pnpm, yarn, and npm, this had no effect

  • I’ve tried using different networks

  • I’ve tried symlinking the homebrew binary for ngrok to /usr/local/bin/ngrok (sudo \ln -s $(which ngrok) /usr/local/bin/ngrok)

  • I’ve tried using multiple different stores

  • I’ve tested ngrok manually, and I can open a tunnel manually

What is going on here? The amount of time I’ve spent making no progress while developing embedded apps is too damn high.