polite-finland-81696
06/17/2024, 12:44 PMchilly-king-10285
06/17/2024, 12:44 PMchilly-king-10285
06/17/2024, 12:44 PM[publish-url]
. However, you can change this behavior using the --default-redirect-url
flag. For example: bash $ ory --project <your-project-slug> \ --default-redirect-url /welcome \ <http://127.0.0.1:3000> \ <https://ory.example.org>
In this example, all redirects happening e.g. after login will point to /welcome
instead of /
unless you have specified custom redirects in your Ory configuration or in the flow's ?return_to=
query parameter. Please note that the Post-Recovery redirect isn't supported and will automatically redirect the user to the Settings UI URL. You should use the Post-Settings redirect for Post-Recovery flows. Sources: - [Ory Proxy Redirects](https://www.ory.sh/docs/cli/ory-proxy#redirects) - [Verification, recovery, and logout](https://www.ory.sh/docs/concepts/redirects#verification-recovery-and-logout)