Replies: 2 comments 1 reply
-
Solution: https://stackoverflow.com/a/73362233/19776131 I think it has to do with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @junhuang-ho I tried to replicate this issue. For me dev and preview after build work fine enough. However there were errors from web3.js - which is an open issue from their end: web3/web3.js#4992 You can check my sample app here. Let me know how else I can replicate your error. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run:
await web3auth_.initModal()
I am getting this error:
This only occurs in production. In dev everthing is ok.
Printing out the
web3auth_
object returns a "kTe" object with status = "not_ready". Whereas running in my localhost, the web3auth object is called "Web3Auth" with status = "ready".I am using a vite + react setup
Code snippet:
Beta Was this translation helpful? Give feedback.
All reactions