Replies: 1 comment 1 reply
-
Hey Ansh, Thanks for letting us know about the issue you're facing. I'm still not sure about the exact error you're facing, some console logs/ screenshots will be helpful here. I might also tell you that you need to whitelist the URL of your expo instance in the Web3Auth dashboard for the login to work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was trying to integrate the W3A React Native SDK with the Expo workflow. I referred to the example on Expo in your
examples
repository and wanted to test it out. I replaced theclientId
and proceeded to run it on my local environment.However, while it did login, instead of redirecting to the
loggedInView
or logging something onto the console, it just takes me to the localhost environment with thekey
[ eg. http://localhost:19006/web3auth#eyJwcml2... ] and logs an error onto the console for the previous tab open. Logged in view doesn't open.What workaround might there be to this?
Thank You!
Beta Was this translation helpful? Give feedback.
All reactions