our allowed logout urls are correct on prod, but on prod if I click logout I get:
invalid_request: The “returnTo” querystring parameter “ localhost 3333/” is not defined as a valid URL in “Allowed Logout URLs”. To add a new URL, please do it here:
our allowed logout urls are correct on prod, but on prod if I click logout I get:
invalid_request: The “returnTo” querystring parameter “ localhost 3333/” is not defined as a valid URL in “Allowed Logout URLs”. To add a new URL, please do it here:
Hi @nkatsikanis
Welcome to the Auth0 Community!
Thank you for posting your question. This error message is explicit: your application, running on your production server, is incorrectly sending localhost:3333 as the returnTo URL when it calls the logout function.
You can read further about that and how to fix it here →
Thanks!
Dawid
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.