Hi! Kratos v0.11.0 question. Is submitting a corr...
# talk-kratos
f
Hi! Kratos v0.11.0 question. Is submitting a correct recovery code via API flow to
/self-service/recovery?flow={flow_id}
supposed to give me a session token? I'd expect so, but I'm getting this response instead:
Copy code
{
  "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... :<