ReactJS App Console Error Relating To React EVM Example #1219
tomcooperandco
announced in
Help
Replies: 1 comment
-
I've managed to solve this following this: https://web3auth.io/docs/troubleshooting/react-big-int-error |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a ReactJS web app from this:
https://github.com/Web3Auth/examples/tree/main/web-modal-sdk/evm/react-evm-web3auth-example
I can run the app locally, however, I am now building the app on Digital Ocean: https://react-build-static-s8igv.ondigitalocean.app
The build appears to work fine, however when I go to login (press the key icon in the Navbar), I get no login options & the following console error from the web3auth portion of the code:
TypeError: Conversion from 'BigInt' to 'number' is not allowed.
I'm not sure if this is a bug on your side?
Note that I also get the same bug when building directly from your example repo:
https://commsweb3auth-static-29t96.ondigitalocean.app/
Beta Was this translation helpful? Give feedback.
All reactions