We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When initializing a recovery or verification link using an API flow, and then clicking on the link, the browser shows a JSON instead of the UI
Not sure yet
No response
v0.8.0-alpha.4
The text was updated successfully, but these errors were encountered:
Reported by @sashatalalasha
Sorry, something went wrong.
Context: issue related to link expiration.
Judging from the JSON response sample, the request_url was missing the return_to parameter:
"request_url":"http://foobar.com/self-service/registration/api?return_to="
fix: don't inherit flow type in recovery and verification flows (#2250)
c5b444a
Closes #2049 Co-authored-by: Patrik <[email protected]> Co-authored-by: aeneasr <[email protected]> Co-authored-by: Patrik <[email protected]>
fix: don't inherit flow type in recovery and verification flows (ory#…
2ea4448
…2250) Closes ory#2049 Co-authored-by: Patrik <[email protected]> Co-authored-by: aeneasr <[email protected]> Co-authored-by: Patrik <[email protected]>
Demonsthere
Successfully merging a pull request may close this issue.
Preflight checklist
Describe the bug
When initializing a recovery or verification link using an API flow, and then clicking on the link, the browser shows a JSON instead of the UI
Reproducing the bug
Not sure yet
Relevant log output
No response
Relevant configuration
No response
Version
v0.8.0-alpha.4
On which operating system are you observing this issue?
No response
In which environment are you deploying?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: