Eror "could not validate " on react native

I run demo rn-bare-goole-emailpasswordless, work success. But I config repo with new project that I create on dashboard.web3auth.io, error could not validate redirect, please add whitelist.
Please hepl me



@thinh.nguyen Welcome Aboard!

Which demo are you referring to ? Can you share the link here?

Ensure to set the network as Sapphire_Devnet in your Web3Auth initialization code:

const web3auth = new Web3Auth(WebBrowser, EncryptedStorage, {
  clientId,
  network: OPENLOGIN_NETWORK.SAPPHIRE_DEVNET, // Set your network here
});

I refer demo rn-bare-google-emailpasswordless, when i upgrade @web3auth/react-native-sdk to lastest version 5.0.0, I see error 400 redirect_uri_mismatch

This happens when the URL to your site is not typed precisely in the API console to the newly created Client ID and Secret. Please try updating the Client ID & Secret.

The callback URI that your app is using does not match the Google Cloud Console Authorized redirect URIs. Make sure there is no trailing slash (/) after your domain in the Google Cloud console. redirect_uri must be an EXACT MATCH on the developers console.

Thanks support, I have some question
Do package @web3auth/mpc-core-kit support React native?

package tkey on react native run on SSS Architecture, right?

No, MPC core kit supports only web sdk

Yes

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