React Native Auth0 integration registered handler error while login

Hi everyone! I have a mobile application on React native that had a working Auth0 authorization with a test account. Now I need to integrate it with a production Auth0 account, I’ve set up the correct domain, clientID, callback URLs. When I press login button in my app, get redirected to login form and submit the login, I get an error:

login:1 Failed to launch '[customscheme]://[auth.dev.domain]/android/[package_name]/callback?code=[...]&state=[...]' because the scheme does not have a registered handler.

Meanwhile in the Auth0 management panel log there is a record that my user has logged in.
Did anyone have a similar issue?

Hi @apple8blossom8,

Welcome to the Auth0 Community!

That error sounds like it has something to do with your customescheme. Can you please double check that value and and confirm it is the correct value?

Thanks for suggestion, we resolved it. The issue was in android/app/build.gradle settings. As we moved from one account to another domain didn’t match the correct one

1 Like

Sounds good. Thanks for the update.

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