Ngrok Proxy - Command not found error

Hi,

When clicked on the Ngrok Proxy option in a project, I got this error:

zsh:1: command not found: ngrok
Error opening Ngrok Proxy to: http://localhost:8100

I can see the Ngrok AuthToken in the System options, but somehow the Ngrok command is missing. How can I fix this error? Any help to resolve this issue is greatly appreciated.

You're using MacOS (most likely)

Could you open your computer's Terminal and type "which ngrok"? Tell me the output

To install ngrok you could type:
brew install ngrok

Hi @Apple,

Sorry for the late reply. Yes, I'm using MacOS.

When I type which ngrok in the computer's terminal, I'm getting ngrok not found message.

brew install ngrok is also not working. The message I'm getting is command not found: brew.

Search how to install brew

For some reason Wappler didn't install it automatically...