I’m running Drone locally (to test) and have ngrok forwarding to the Docker container. Hitting http://abc123.ngrok.io redirects to /login as expected. Per the documentation (https://docs.drone.io/installation/bitbucket-cloud/single-machine/), I set the Bitbucket Callback URL to http://abc123.ngrok.io/login
. Connecting through login, though, I get an Invalid redirect_uri
error from Bitbucket. But without ngrok, i can see my repo in my local server.
Any idea how can i fix that