Hi everyone, Something has changed and our logout ...
# ory-network
g
Hi everyone, Something has changed and our logout flow does not work anymore. The user is redirected to
/ui/logout?return_to=<https://allowed-url.com/>
resulting in 302. It's redirected to
/ui/login
resulting in 303. It's redirected to
/self-service/login/browser?aal=&refresh=&return_to=&organization=&via=
resulting in 303. Finally, it's redirected to
/
showing JSON payload with status code 404. Here's the payload:
Copy code
{
  "error": {
    "code": 404,
    "message": "No resource found using the specified path.",
    "reason": "Invalid path",
    "status": "Not Found"
  }
}
Does anybody know what changed and how can I fix it?