https://www.ory.sh/ logo
a

alert-keyboard-3425

04/05/2022, 11:34 AM
Hi guys, I'm currently facing a problem on kratos configuration. My need is to redirect users that have completed a recovery flow to a specific URL. Following the documentation about it, I added the following into my configuration:
Copy code
selfservice:
  flows:
     recovery:
        after:
           default_browser_return_url: $MY_REDIRECT_URL
However, I can't manage to make it work. Am I doing something wrong here ?
i

incalculable-city-41629

04/05/2022, 11:38 AM
yes it should work
what is your version?
a

alert-keyboard-3425

04/05/2022, 11:39 AM
Also, after trying something else, I found out that the user end up on
selfservice.flows.settings.ui_url
endpoint instead of recovery
Version is
0.8.0-aplha.3
i

incalculable-city-41629

04/05/2022, 11:56 AM
I trying to reproduce your issue
a

alert-keyboard-3425

04/05/2022, 12:06 PM
👍
@User I've managed to reproduce this on a local instance (docker-compose.yml with kratos config...).
after
keyword isn't considered and we are redirected directly to a settings flow ui endpoint. Is that intended?
i

incalculable-city-41629

04/06/2022, 8:13 AM
yes I have the same on my side
no it isn’t
I think we need to raise an issue
a

alert-keyboard-3425

04/06/2022, 8:13 AM
Okay
I'll create it when I have some time today
i

incalculable-city-41629

04/06/2022, 8:14 AM
ok got it
a

alert-keyboard-3425

04/06/2022, 8:17 AM
Thanks for the help!
i

incalculable-city-41629

04/06/2022, 8:17 AM
you are very welcome
2 Views