Skip to content
New issue

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

Why does recovery with code returns redirect_browser_to instead of a redirect response? #3988

Open
frederikhors opened this issue Jul 6, 2024 · 0 comments
Labels
bug Something is not working.

Comments

@frederikhors
Copy link
Contributor

frederikhors commented Jul 6, 2024

Why does the recovery method with code returns:

{
    "error": {
        "id": "browser_location_change_required",
        "code": 422,
        "status": "Unprocessable Entity",
        "reason": "In order to complete this flow please redirect the browser to: https://example.com/account/settings?flow=8f8190f1-...",
        "message": "browser location change required"
    },
    "redirect_browser_to": "https://example.com/account/settings?flow=8f8190f1-..."
}

instead of returning a redirect response to that URL?

Version

1.2.0

@frederikhors frederikhors added the bug Something is not working. label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant