You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UpdateRecoveryFlowWithHttpInfoAsync returns a status of 422 when I responds to redirect the browser to the settings flow.
However because the default exception factory throws an exception for anything with a code > 400 the cookies do not get returned. This means you cannot continue with the settings journey as you have no ory session.
Preflight checklist
Ory Network Project
No response
Describe the bug
The UpdateRecoveryFlowWithHttpInfoAsync returns a status of 422 when I responds to redirect the browser to the settings flow.
However because the default exception factory throws an exception for anything with a code > 400 the cookies do not get returned. This means you cannot continue with the settings journey as you have no ory session.
Reproducing the bug
Relevant log output
No response
Relevant configuration
No response
Version
1.2.9
On which operating system are you observing this issue?
macOS / dotnet SDK
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: