gifted-angle-64519
03/26/2024, 1:46 PM/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:
{
"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?