Url is whitelisted but still giving error of whitelisting

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?

Screenshot at Dec 22 15-34-42

Screenshot at Dec 22 15-32-55



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?
image



Originally posted by: amatevosyan-github

Uploading Screenshot at Dec 22 15-56-17.png…



Originally posted by: tahirahmadin