Skip to main content

How to use ngrok

  1. Download ngrok https://ngrok.com
  2. Install it somewhere easy, like in the users/Ben directory
  3. Start it using ./ngrok http 3000

It will give you a set of URLs that will then forward to localhost. EG http://f7eb4058.ngrok.io https://f7eb4058.ngrok.io

NOTE: I haven't gotten this to work when running https locally. Change Procfile.dev to use http (NOT s) and it should work

Ngrok errors '502 bad gateway'​

Take a look this article: https://stackoverflow.com/questions/40598428/ngrok-errors-502-bad-gateway