I am facing the logout issue on my app and getting the below error ?
Oops!, something went wrong
There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us.
Please try again.
Please contact the systems administrator.
invalid_request: The “returnTo” querystring parameter “:///auth/logout” is not defined as a valid URL in “Allowed Logout URLs”. To add a new URL, please do it here:
i have valid urls but still not able to logout from the app
It looks like you had passed the returnTo=:///auth/logout value in the logout URL.
When looking into your tenant, I can only see http://127.0.0.1:4000/auth/logout as the only URL in your Allowed Logout URLs. Hence, why you have been experiencing issues. You will need to pass returnTo=http://127.0.0.1:4000/auth/logout.