(Updated) Login button only shows the the list of web3 wallets to connect. I don't have ability to login with email, phone or socials

When I use my Client Id from dashboard.web3auth.io login button only shows me the list of web3 wallets to connect.

But if I use Client Id from examples on your website, everything works appropriately, and I see a modal where I can login with email, phone and social.

Why I can’t do it with my client id? Maybe I miss some configuration on dashboard.web3auth.io?

For testing, I use this example:

Possible fix solution: I guess this bug happens only for new clients and the possible fix is you need to go to the dashboard.web3auth.io → add-ons → Wallet Connect v2. And set up any wallet connect project id.

  • SDK Version(package.json):
    @web3auth/base”: “^9.0.2”,
    @web3auth/default-evm-adapter”: “^9.1.0”,
    @web3auth/ethereum-provider”: “^9.0.2”,
    @web3auth/modal”: “^9.1.0”,
  • Platform: MacOS

Hey @dmytro.s
Can you please share the code snippets with the changes that you’re doing to the next js example?