faint-energy-48611
01/16/2023, 1:29 PMbland-eye-99092
01/16/2023, 1:32 PMfaint-energy-48611
01/16/2023, 1:35 PM{
"error": {
"id": "browser_location_change_required",
"code": 422,
"status": "Unprocessable Entity",
"reason": "In order to complete this flow please redirect the browser to: <http://localhost:3000/settings?flow=2bc236eb-78c3-4a60-a8b8-d5452ea26bb4>",
"message": "browser location change required"
},
"redirect_browser_to": "<http://localhost:3000/settings?flow=2bc236eb-78c3-4a60-a8b8-d5452ea26bb4>"
}
Then I'm parsing the flow id from the redirect URL and fetching /self-service/settings/flows?id=2bc236eb-78c3-4a60-a8b8-d5452ea26bb4 :
{
"error": {
"code": 401,
"status": "Unauthorized",
"reason": "A valid Ory Session Cookie or Ory Session Token is missing.",
"message": "The request could not be authorized"
}
}
bland-eye-99092
01/16/2023, 1:42 PMSet-Cookie
header) along as if you’re a browser application, but it’s getting really hacky at this point. Sorry that the recovery flow is not working on for native yet.faint-energy-48611
01/16/2023, 1:57 PMbland-eye-99092
01/16/2023, 1:59 PMfaint-energy-48611
01/16/2023, 2:00 PMgreen-librarian-85729
01/17/2023, 2:56 PMbland-eye-99092
01/17/2023, 3:10 PM