Hello everyone,
I have set up Auth0 by following the official documentation, and everything works flawlessly on iOS—users can log in and log out without any issues, and the entire redirect flow functions as expected.
However, on Android, despite having all callback and logout URLs configured correctly, when users tap the login button and enter their email and password, the screen loads for a while, then Auth0 redirects to a blank white page without returning to my app.
Similarly, when attempting to log in with Google, the email selection screen appears, but after choosing an email, the process gets stuck in an infinite loading state.
For reference, I’m using React Native with Expo.
Has anyone encountered a similar issue or found a solution? Any help would be greatly appreciated!