prehistoric-magician-21755
08/26/2025, 1:00 PMbland-eye-99092
08/26/2025, 1:43 PMORY_SDK_URL
environment variable?prehistoric-magician-21755
08/26/2025, 1:49 PM"Env": [
"ORY_SDK_URL=<https://boring-varaham>....",
"NODE_ENV=production",
"ORY_PROJECT_ID=927c4f25-d1d....f"
],
Now I could reproduce it easily by starting the docker image locally vs npm run dev
I am going to debug the middelware now, because I can see that in one case
/auth/login -> redirects to /self-service/browser...
but when running my docker image
/auth/login -> redirects to {ORY_SDK_URL}/self-service/browser...
bland-eye-99092
08/26/2025, 1:52 PMprehistoric-magician-21755
08/26/2025, 1:53 PMprehistoric-magician-21755
08/26/2025, 4:40 PMmy.internal.domain/auth/login/custom
redirects me to https://{project}.<http://oryapis.com/self-service/login/browser?flow=debad00f-3801-4358-84b6-c20708f45693|oryapis.com/self-service/login/browser?flow=debad00f-3801-4358-84b6-c20708f45693>
which redirects me back to my custom ui and starts a neverending loop.
see attached video.prehistoric-magician-21755
08/29/2025, 3:20 PM