We have a custom UI node, if we change it to our p...
# talk-kratos
c
We have a custom UI node, if we change it to our production CNAME it infinitely redirects for some reason. This works:
Copy code
ory proxy --port 3500 --project <project_id> <http://local.custom.com:4455>  &
export KRATOS_PUBLIC_URL=<http://local.custom.com:3500/.ory>
This does not work (infinite redirects):
Copy code
export KRATOS_PUBLIC_URL=<https://auth.custom.com>
https://tca0.nl/Zgp