localhost:3000, a Stably cloud browser cannot reach it directly because it is only available on your machine. Use a secure tunnel like ngrok to create a public HTTPS URL that forwards to your local server.
1. Start your app
Run your app locally and confirm it is available athttp://localhost:3000.
2. Start an ngrok tunnel
Install ngrok from ngrok.com/download, then run:3. Use the ngrok URL in Stably
Copy the HTTPS forwarding URL and use it as the target URL in Stably. For example, instead of testing:Tips
- Restarting ngrok usually creates a new URL, so update the URL in Stably after each restart.
- Keep both your local app server and the ngrok tunnel running for the full test run.
- If your app uses OAuth callbacks, webhooks, or allowed origins, add the ngrok URL to the relevant allowlist while testing.
- For local-only CLI runs on your own machine, you can still point tests directly at
http://localhost:3000.