Good evening!
I am using Web3Auth and my own backend to generate JWTs to use with a custom verifier. So far, I successfully make it through login, with the popup modal disappearing and connectTo
returning a provider, the issue is the final step: getting the private key from the provider.
The following is my code:
I thought it might be an issue of not specifying a custom RPC but, still, no luck. I used CHAIN_NAMESPACES.OTHER to see if perhaps it was an EVM-specific issue, but then I got this error:
Originally posted by: Animalmix55
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/967