Verify.walletconnect.org appears

  • SDK Version:
    @web3auth/modal”: “^7.1.2”,
    @web3auth/openlogin-adapter”: “^7.1.2”,
    @web3auth/torus-wallet-connector-plugin”: “^7.1.2”,
    @web3auth/wallet-connect-v2-adapter”: “^7.1.2”,
    @web3auth/web3auth-wagmi-connector”: “^5.0.1”,@web3auth/modal": "^7.1.2

  • Platform: web app(ios)

hi,
When i run the web app, a new browser window appears and “verify.walletconnect.org” connects.
There’s nothing wrong with Android, web
Only ios appears.

@hupayx.humanplus Welcome Aboard!

Could you share the console logs from the page where you get the error?

UPDATE: Not working on vercel

I had to do 2 things to make it work on local:

  1. Add wallet connect project ID to web3auth project
  2. comment out the qrcodeModal: walletConnectModal in WalletConnectV2Adapter

However Im getting the same error in vercel Failed to load resource: the server responded with a status of 404 ()


Hi, I tried to follow web3auth-pnp-examples/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/src/App.tsx at 5fefc47fb0e9727db0db4aa2df08d9d1027c9634 · Web3Auth/web3auth-pnp-examples · GitHub to specify my project ID but Im getting this error

Failed to load resource: the server responded with a status of 404 ()

from verify.walletconnect.org.

Note that I have already followed WalletInitialization Error: Invalid params passed in, Invalid wallet connect project id. Please configure it on the dashboard - #6 by maharshi to configure my project ID on the dashboard.web3auth.io

Hi @ariahopperx,

Thank you for the update. Since you’re still encountering the issue on Vercel, I recommend trying it out on our Vercel-hosted EVM No Modal example here: https://evm-no-modal-example.vercel.app/. This is running the exact code from the GitHub examples repo.

This should help determine if the issue is specific to your setup or if something else is at play. Let me know if the issue persists after trying this.