curved-oxygen-35290
02/21/2023, 7:53 PMquickstart.yml
and quickstart-standalone.yml
samples
However, I'm trying to run it on a cloudy machine 😉 , so 127.0.0.1 isn't an option. I have found most of the places where I need to change the 127.0.0.1 to be the url I need.
At this point I can get the "Welcome to the Ory experience" dashboard - but when I select "Sign up" I get
http://myserver:4455/registration -> 303 ->http://myserver:4433/self-service/registration/browser?return_to= -> 303 -> http://127.0.0.1:4455/registration?flow=<flowid>
does anyone know how / where this last 303 is coming from ? I can't find any reference to 127.0.0.1 in the yml , so can only assume it's some default somewhere - but how would I override it ?blue-caravan-99316
02/21/2023, 8:17 PMgrep -irl '127.0.0.1' .
The 303 might be the selfservice.default_browser_return_url
.
Anyhow probably a good idea to just populate the variables with a placeholder anyhow since you'll have to define them at some point regardless.dazzling-state-25140
02/21/2023, 8:19 PMselfservice.default_browser_return_url
. Try updating that value.curved-oxygen-35290
02/21/2023, 8:42 PM- type: bind
source: ./contrib/quickstart/kratos/email-password
target: /etc/config/kratos
curved-oxygen-35290
02/21/2023, 8:42 PM