Search code examples
ngrok

ngrok ERR_NGROK_702 Too Many Connections


I'm using ngrok to put my web application online and make some tests. But, when I reload the page, the error ERR_NGROK_702 (Too Many Connections) appears, like the image below.

ngrok err_ngrok_702

Is there any way to solve or avoid it instead of buying a paid plan?

How can I decrease the inbound connection volume, as said in the message?

Or the only way is to wait some minutes and try again?

I'll appreciate any suggestions.


Solution

  • You can use https://github.com/mmatczuk/go-http-tunnel it's self hosted open source ngrok alternative.