Hello Vincent, I'm working on a reset-password sc...
# general
f
Hello Vincent, I'm working on a reset-password scenario and using self-service. Does ORY-Kratos support this? Here is my flow: 1. Call
/self-service/recovery/api
to generate a flow ID. 2. Call
/self-service/recovery?flow=flowID
, passing the email and method code to receive the OTP. After receiving the OTP, when we try to verify it, we encounter an error: URL:
Copy code
<https://id.spotlightpos.cloud/self-service/recovery?flow=cab75b30-6216-40d0-bef2-87dde85327cb>
Payload:
Copy code
{
  "method": "code",
  "code": 402766
}
Response:
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: <https://accounts.spotlightpos.cloud/?flow=61b1118b-5961-473c-9f17-99fe4e83b85a>",
    "message": "browser location change required"
  },
  "redirect_browser_to": "<https://accounts.spotlightpos.cloud/?flow=61b1118b-5961-473c-9f17-99fe4e83b85a>"
}
We need your support here. If we are doing something wrong, please correct us or advise us on what to do. Thanks in advance.
m
Hey @fast-agent-29694 I send you a DM, we can set up a short meeting.