Note this is only relevant to you if you are running the platform locally.

How do I do it?

There are a few ways to do this, but we recommend using ngrok. It’s free and easy to use.

Start ngrok

  1. Install ngrok:
brew install ngrok/ngrok/ngrok
  1. Open a new terminal window/tab, you need to leave this running

  2. Create an http tunnel at port 3030:

ngrok http 3030
  1. Grab your forwarding address in the ngrok output:

ngrok

2. Use the forwarding URL

Use the forwarding URL that ngrok gave you for the LOGIN_ORIGIN and API_ORIGIN environment variables for the docker container.