Thanks for reaching out! Let’s get to the bottom of this “unknown client_id” issue with your React Native integration.
I see you’re using the Plug and Play approach with Web3Auth, and you’ve shared your login snippet, which is great. Here’s what we should check next:
Client ID Configuration: Ensure that the client_id is correctly set in your Web3Auth initialization. This often involves setting it up on the Web3Auth dashboard as well.
Verifier and Domain: Double-check that the verifier and domain match exactly what’s configured on your Web3Auth dashboard. Typos or case sensitivity could be a factor here.
JWT Configuration: Since you’re using ‘jwt’ for typeOfLogin, make sure that the JWKS Endpoint and your idToken are properly set up and valid.
Redirect URL: The redirectUrl should be in the format accepted by Web3Auth. Double-check the URL scheme registration in your React Native project.
The screenshot you attached might have more details, but I can’t analyze it without viewing. If there are any crucial points there, please describe them here, or make sure they’re visible as text.
If these suggestions don’t resolve the issue, I’ll flag this for further investigation from our support team. Let me know if there’s anything more specific or additional details you can provide!
Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.