URL Whitelisting not working properly

Same error as here
I’ve been using Web3Auth in local/pre-prod for a while now and it was working like a charm but we tried to deploy in preproduction friday and we faced an error about whitelist.
I though it was an issue with our Web3Auth client ID so I created a new one on the Cyan network but we have the same error :
Error: could not validate redirect, please whitelist your domain: https ://staging.xxx.io for provided clientId BEsnekHO_n1x3tGfnbm-Uzerj2l8NTeS_UNe6WNEUNb9Y88F4f-7cvykxwYpv4KWJYBMHrRQEQK20H5uRM1AGOw at https ://dashboard.web3auth.io.

  • SDK Version: 5.2.0
  • Platform: chrome

@c.postic Thanks for reporting this.

Your issue has been forwarded to our team and we will get back to you with further updates once more information becomes available.

@c.postic To better assist you, can you share your web3auth implementation code? I think the reason here might be related to wrong web3authNetwork parameter in the web3auth constructor code.

Hi @vjgee I am also facing similar issue. So when I build a android application it always show this error " could not validate redirect, please whitelist your redirect url: torusapp://com.torus.Web3AuthUnity for provided clientid BG36kJm4mt-a1Q3vULj_hEylrZmw2M2fckiJG1GGVaeyoOAm16-s1dPLWsDEvovnbr78LYvcYc4hBJVtk3029lM at https://dashboard.web3auth.io/. Also, this project is on mainnet network. Please ensure the used Client ID belongs to this network.". This issue comes only when I try to login with twitter and google but with phantom it works absolutely fine, also the same project works fine on web and unity editor.I have attached the screenshots for reference, please look into it. I am using sample project of solana unity sdk.

Do you still need assistance on this?