-
Notifications
You must be signed in to change notification settings - Fork 635
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
[bug] wallet doesn't receive signature request if it is killed or after a while of initial connection #3870
Comments
also, I noticed that same behavior happens with metamask wallet 😕. It is consistently reproducible on my end. |
I think debugging these on app start might reveal the issue. https://github.com/rainbow-me/rainbow/blob/develop/src/handlers/deeplinks.ts#L28 https://github.com/rainbow-me/rainbow/blob/develop/src/App.js#L193 |
Looks related - facebook/react-native#32350 |
looks like the signature requests are not dependent on deeplinks. Maybe something's wrong with initializing listener? 🤔 |
A related issue so sharing my findings here, wallet stops responding to the signature requests after a while (maybe 1-2 days of connection or sometimes sooner). I am trying to press RPReplay_Final1659430983.MP4WalletConnect websocket connection is sending the data to it's bridge server so I think the problem could be either in its relaying end or the wallet's receiving end. |
Stale issue message |
Current Behavior
Hi all!
The below video shows the demo of the issue.
RPReplay_Final1658820009.mov
I think it fails to listen to the initial deep link signature request on app start.
Expected Behavior
The wallet app should respond to the signature request prompt on app restarts.
Steps To Reproduce
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
https://github.com/intergalacticspacehighway/wagmi-disconnected-repro
The text was updated successfully, but these errors were encountered: