Expo 34, Auth0, Social Authentication starts failing on Android 9

We have built an app that uses Auth0 for authentication and within that context also allows users to authenticate with Google and Facebook logins.
We got things working with Expo 33. When we upgraded to Expo 34, we noticed that Android authentications are no longer working correctly.

The user will see a 404 page with encoded error message:

You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn't find your session. Try logging in again from the application and if the problem persists please contact the administrator.&tracking=28f959c10653a45aba91

We believe that the URL redirection that used to take place when Auth0 referred back to https://auth.expo.io/[@user]/[slug] is no longer working correctly.

At the same time the iOS builds continue to work for us.

For now, we have disable social logins on Android but a better solution is desired.

Is anyone else experiencing issues with Auth0 and Expo social logins?

Hey @xcoobee,

Would you be able to create a Github issue for this with a reproducible example we can test on our end?

Cheers,
Adam

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