You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same problem using authorize() from the useAuth0 hook. According to the event logs on the dashboard, the authentication is successful using either social media or user/pwd but the universal login never returns to the app on Android. No issues on iOS.
Fixed my issue, turns out I was using https:// in my domain url in app.json and when initialising the Auth0Provider but not including in my allowed redirect urls. Removing the https:// fixed it.
Checklist
Description
I explored the source code a bit and it looks like this function freezes:
react-native-auth0/src/webauth/agent.ts
Line 56 in e177149
So, resolve(credentials); is never called.
I see that this function:
react-native-auth0/android/src/main/java/com/auth0/react/A0Auth0Module.java
Line 145 in e177149
was working correctly, but the execution does not return back to the JavaScript code.
Please, check my point.
Reproduction
Most basic case - just try to login via google and use
authorize
method.Anyway I got the infinitr loading after pressing any login button.
Additional context
No response
react-native-auth0 version
"react-native-auth0": "^3.1.0",
React Native version
"react-native": "0.74.1",
Expo version
No response
Platform
Android
Platform version(s)
Linux david-comp 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: