Replies: 2 comments 1 reply
-
Hey @samyap4 Can you try to run this in a different browser or try removing the local & session storage from the Application tab of the developer menu inside the browser? Also, please share your code snippet here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @shahbaz17 the react polyfill build issue ending up fixing this issue as well, thank you to this team for the quick responses! Product seems very cool so far. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to set up a demo integration of using Auth0 with web3auth. I followed this guide: https://web3auth.io/docs/guides/auth0 and used your react sample app to get off the ground. After configuring everything in my web3auth dashboard and my auth0 dashboard I went ahead and updated all the configs (to the best of my knowledge) in the sample app to have it pointed to my auth0 app/google social connection. When I build I am getting two webpack errors that the user in the previous issue is seeing, but after skipping past those I am getting this error when trying to access the login screen: WalletLoginError: Failed to connect with walletFailed to login with openlogin.
I am not sure if fixing the build errors would resolve this or if there is something else I can try to get this integration up an running. I tried googling and searching around but have not found anything yet. TIA!
Beta Was this translation helpful? Give feedback.
All reactions