Getting white error , but page is on white list

I am getting an error when attempting to log in. I have whitelisted my URL, and selected saphair mainnet.

I can confirm the the url in the error box is the same url that is whitelisted, and I double checked this against my client id (BE_hrV01Uql0FUuiyW0tEr0mzAaHveNS44AzaU75km4tUVTQpOygBMLKEVN6jOQKmtan8zW6qeCSeAn8iZIMEJI)


The code works when it was on development (localhost) its now only failing when we deployed to our staging env

Could you please share the screenshot of the dashboard showing the environment for this client id? @daragh.curtis


I have to hide the client details, but I have confirmed the URL matches the client id of the page that is apparently not whitelisted.

Thank you for sharing the screenshot, @daragh.curtis. I would suggest you to specify the web3AuthNetwork parameter as sapphire_mainnet in your dapp, since your clientId is on that environment. Either you have forgotten to specify web3AuthNetwork explicitly while initializing web3auth which made it default to mainnet or you might have mistaken legacy_mainnet to be the same as sapphire_mainnet.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.