faint-energy-48611
01/05/2023, 3:48 PM/self-service/recovery?flow={flow_id}
supposed to give me a session token? I'd expect so, but I'm getting this response instead:
{
"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=df51913b-9c6f-48fb-9ebf-86b9bb063efc>",
"message": "browser location change required"
},
"redirect_browser_to": "<http://localhost:3000/settings?flow=df51913b-9c6f-48fb-9ebf-86b9bb063efc>"
}
This looks more like a browser-based flow response to me... :<