I'm successfully able to integrate Web3Auth in my DApp and working flawlessly in localhost.
But once I deployed the code on server it gives whitelisting error even my url is whitelisted before.
Is there any way to fix this?
Originally posted by:
tahirahmadin Check the discussion at:
https://github.com/orgs/Web3Auth/discussions/1121
It seems like you are configuring for web3auth default mainnet.
When you initialize Web3auth in code, by default mainnet network is used which is mismatching with the testnet network of your Plug&play project
Please check this discussion
#897
Originally posted by:
ieow
Seems like there is a problem with your configuration. That's how it looks for me (Web SDK) Could you provide a screenshot of yours?
Originally posted by:
amatevosyan-github