Hi Ory :wave: I am encountering a quite simple pro...
# talk-kratos
d
Hi Ory ๐Ÿ‘‹ I am encountering a quite simple problem, when using my own ui for my email verification: What I want: Redirect user from โ€œhttps://my-domain/self-service/verification?code=12345&flow=xxx-xxxโ€ to โ€œhttps://my-custom-ui/verification?code=12345&flow=xxx-xxxโ€ What I have done: In the ory console -> ui: Setting
Custom UI Base URL
to โ€œhttps://my-custom-uiโ€ and
Verification UI
to โ€œ/verificationโ€. The Problem: After the redirect, the
code=1234
url-parameter is missing.
โ€œhttps://my-domain/self-service/verification?code=12345&flow=xxx-xxxโ€ redirects to โ€œhttps://my-custom-ui/verification?flow=xxx-xxxโ€ without handing the
code=12345
url-paremeter. Is there any config that I am missing? Thanks in advance ๐Ÿ˜
m
Hello @dry-teacher-85890 Would you mind transferring this question to #C05PHQCFL1F, please? This way we know it affects a customer of Ory Network. Thanks!
f
On the redirect, the code value is automatically set as the value of the code UI node in the flow.