-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WalletConnectV2Connector fails to communicate with iframe #1122
Labels
bug
Something isn't working
Comments
Facing the same issue, |
Any update here? |
Is someone looking into this bug?? |
Updating to 1.0.4 solved the issue |
"@usedapp/core": "^1.2.7",
|
Solution:-
Benefits:-
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After switching to WalletConnectV2Connector I'am receiving cors errors in communication between application and WalletConnect Iframe:
index.es.js:1 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://verify.walletconnect.com') does not match the recipient window's origin ('http://localhost:3000')
After scanning QR code with wallet app on mobile nothing happens. My suspicion is that the reason behind it is lack of communication between application and iframe.
To Reproduce
Config:
Rpc urls:
Software versions
useDapp
version: @usedapp/core@1.2.1The text was updated successfully, but these errors were encountered: