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?