Web3Auth authentication domain whitelisting issue

We have integrated the web3auth for our UI but we are facing a small issue.

The service is deployed on https://hemergy-fe-v3.vercel.app and the domain has been whitelisting but we are still seeing error while authentication (Image attached).

Let us know what can be done for it’s resolution.

Hi there! Thank you for reaching out with your issue.

It sounds like you’re facing a whitelisting error in your Web3Auth integration, even though you’ve already whitelisted your domain. Let’s see how we can resolve this together!

To help you better, could you please provide me with the following details?

  1. SDK Details: Which SDK are you using (e.g., Web3Auth JS SDK, etc.)?
  2. SDK Version: What version of the SDK are you using?
  3. Platform: Is this integrated within a web app, mobile app, or another platform?
  4. Web3Auth Initialization & Login Code Snippets: If you could share your relevant code snippets, that would be really helpful.
  5. Browser Console Screenshots: Any error messages in the console can give us more insight.

Additionally, if you’re using a custom authentication provider, please provide:

  • Verifier Name
  • JWKS Endpoint
  • Sample idToken (JWT)

Once I have this information, we can dig deeper into your issue. I’m here to help you get everything working smoothly!

As I see from your screenshot, you are on a very old version of web3auth. This version has been deprecated last year. I’d recommend you to update your SDK and try again.

Currently the deployed version is where I am facing this problem, in local it’s working fine.

@yashovardhan Though I will check by updating the package to latest version.

The localhost doesn’t need any whitelisting particularly. It is only the deployed version which needs it.

Additionally, can you share the URL you have whitelisted on the dashboard?

Hey @yashovardhan, updating the SDK version worked for me.

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