-
Notifications
You must be signed in to change notification settings - Fork 97
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
session_request doesn't get triggered #14
Comments
try opening the example wallet in a incognito window and see if it works |
I had already cleared cache on both cases but I just tried it again and the issue persists on both Trust Wallet and WallETH. For reference, I'm using Trust Wallet v1.7.010 and WallETh v0.45.9 |
So recently I had multiple similar issues when testing with the Safe app: #13 should make it more stable and allow the mobile app to react to error better |
Currently the error is the new Edit: will create a PR to make this more flexible. |
Hello, |
Hi @abhi94548 , Do you have the answer for this?? I had the same issue on flutter |
When using either Trust Wallet or WallETH on Android to connect to the Example Dapp (example.walletconnect.org). After scanning the QR Code, the wallet continues loading indefinitely.
On the Bridge server, the logs show that the Wallet receives the wc_sessionRequest payload and it also subscribes to it's own clientId. However no peerMeta is displayed for session_request event.
My guess is that either the payload fails to decrypt or the session_request event doesn't get triggered. Most likely the latter
The text was updated successfully, but these errors were encountered: