In the Application > Settings > Application URIs > Allowed Logout URLs, I have entered http://localhost:3000/, and all worked fine.
However, when I put another URI, “http://localhost:85/” and then try to logout, I get this error:
invalid_request : The “returnTo” querystring parameter “http://localhost:85” is not defined as a valid URL in “Allowed Logout URLs”. To add a new URL, please do it here: https://manage.auth0.com/#/account/advanced
It seems taht It only works with the first URI that I put (http://localhost:3000/).
Any suggestion to tackle this issue?