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.
vjgee
November 22, 2023, 9:44am
2
@hupayx.humanplus Welcome Aboard!
Could you share the console logs from the page where you get the error?
We are here to assist you if you encounter any difficulties when using Web3Auth on an iOS device. Please refer to the steps for debugging and sharing console errors with us to resolve the issue.
Debugging in Safari on iOS
On your Mac, open Safari, then go to Safari > Settings.
Click Advanced and click Show Develop menu in menu bar / Show features for web developers at the bottom of the window. Close the window.
On your iPad or iPhone or iOS Simulator, go to Settings > Safari > Advanced.
Press …
UPDATE: Not working on vercel
I had to do 2 things to make it work on local:
Add wallet connect project ID to web3auth project
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.