You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the `+"`"+`ORY_SDK_URL`+"`"+` or `+"`"+`ORY_KRATOS_URL`+"`"+` to point to a custom domain on the project instead of the `+"`"+`ORY_PROJECT_SLUG`+"`"+` environment variable,
58
+
take care that the project has not set the custom UI base URL on this domain. This will cause the browser to always redirect to the custom UI base URL instead
59
+
of the configured `+"`"+`application-url`+"`"+`.
60
+
57
61
### Developing Locally
58
62
59
63
When developing locally we recommend to use the `+"`"+`--dev`+"`"+` flag, which uses a lax security setting:
When using the `+"`"+`ORY_SDK_URL`+"`"+` or `+"`"+`ORY_KRATOS_URL`+"`"+` to point to a custom domain on the project instead of the `+"`"+`ORY_PROJECT_SLUG`+"`"+` environment variable,
53
+
take care that the project has not set the custom UI base URL on this domain. This will cause the browser to always redirect to the custom UI base URL instead
54
+
of the configured `+"`"+`application-url`+"`"+`.
55
+
52
56
### Developing Locally
53
57
54
58
When developing locally we recommend to use the `+"`"+`--dev`+"`"+` flag, which uses a lax security setting:
0 commit comments