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/
Originally posted by: tomcooperandco
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1219