Hi guys, I'm currently facing a problem on kratos ...
# talk-kratos
a
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
yes it should work
what is your version?
a
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
I trying to reproduce your issue
a
👍
@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
yes I have the same on my side
no it isn’t
I think we need to raise an issue
a
Okay
I'll create it when I have some time today
i
ok got it
a
Thanks for the help!
i
you are very welcome