Logout not working in a React Native standalone app

Hello,

I have a React Native (SDK 25) app published as a standalone version to the Play Store and Apple Store.

For the Play Store it uses the schema “voltee://”, but this schema is not accepted in the Allowed Logout URLs configuration on the client settings.

So when I try to logout from the app using: “https://pluggy.eu.auth0.com/v2/logout?returnTo=voltee%3A%2F%2F&client_id=CLIENT_ID” I get a message like: The “returnTo” querystring parameter “voltee://” is not defined as a valid URL in “Allowed Logout URLs”….

I tried to add “voltee:///, voltee://*+, voltee://+”, but none worked.

Do you have any idea what should I do?
Thank you!

Hey @murielsilveira

As it has been more than a few months since this topic was opened and there has been no reply or further information provided from the community as to the existence of the issue we would like to check if you are still facing the described challenge?

We are more than happy to assist in any way! If the issue is still out there please let us know so we can create a new thread for better visibility, otherwise we’ll close this one in week’s time.

Thank you!

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.

This FAQ explains the cause and solution for the below error, so link it to this topic.

invalid_request: The "returnTo" querystring parameter "[https://YOUR_URL"](https://YOUR_URL)" is not defined as a valid URL in "Allowed Logout URLs"

1 Like