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.
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.
You can use https://github.com/mmatczuk/go-http-tunnel it's self hosted open source ngrok alternative.
Just wait 1 minute or two and refresh. Optimize the number of connections made to the service or else pay to avoid this limitation.
Use Localtunnel insted of ngrok. https://theboroer.github.io/localtunnel-www/
You don't have to change the URL every time.
1) npm install -g localtunnel
2) lt --port 8081 --subdomain "your desired domain name"
eg: lt --port 8081 --subdomain myshopifyapp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With