-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MetaMask: 'eth_accounts' unexpectedly updated accounts #1675
Comments
@xmaysonnave I can't seem to reproduce this and I am wondering if it's still an issue for you? It's true that
this was on android, i also tested via our dapp which using the same methods here: https://metamask.github.io/test-dapp/ |
@rickycodes Thanks for your feedback. |
@xmaysonnave I'm going to close this issue since there hasn't been any update in a long time. If this issue still persists let us know and perhaps we can re-open. |
We're still facing this issue. Is there a workaround? |
Metamask Mobile v0.2.19 (32)
Describe the bug
Unable to receive the selected eth_accounts once the user confirmed the current account on Metamask Mobile.
I started to remote debug the app and got the following exception :
MetaMask: 'eth_accounts' unexpectedly updated accounts. Please report this bug.
This app is working with Metamask extension on Chrome an used to work with Metamask Mobile.
Here the logic implemented :
The eth_requestAccounts triggers the UI. UX 'Connect to this site ?' Confirmed.
The eth_accounts generate the mentioned exception and the DApp receives an empty array.
Expected behavior
The eth_accounts call should send an array who contains the selected account.
Smartphone (please complete the following information):
Thanks
to be added after bug submission by internal support / PM
Severity
The text was updated successfully, but these errors were encountered: