Skip to content
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

User asked to backup seed phrase then loses accounts #1035

Closed
dpazdan opened this issue Aug 28, 2019 · 4 comments · Fixed by #1699
Closed

User asked to backup seed phrase then loses accounts #1035

dpazdan opened this issue Aug 28, 2019 · 4 comments · Fixed by #1699
Labels
type-bug Something isn't working v1

Comments

@dpazdan
Copy link

dpazdan commented Aug 28, 2019

A user reported syncing seed to mobile from the extension. Then the user added an account on Mobile. At that time a notification requested backing up the seed phrase.

The process was completed and at that point, the original account that was synced from the extension, was gone, and a new set of accounts were present.

User then stated adding additional accounts brought them back. Need further testing and reproduction.

support case: 23980

@dpazdan
Copy link
Author

dpazdan commented Aug 28, 2019

possibly related case: 24016

@brunobar79
Copy link
Contributor

The part that doesn't make sense to me is that if you sync from the extension, you don't get prompted to back up.

@ibrahimtaveras00
Copy link
Contributor

After some more investigation into this I see what was the issue. As Bruno stated, it's impossible to get to this "secure your wallet flow"/backup seedphrase by syncing with extension.

What I did was created a new wallet. Then created a new account. Then adding funds to account 2. Once I was prompted to secure my wallet/backup I created my password. At this point, you don't even have to continue with the flow, you can simply skip and the behavior above will happen (It will clear out your account, and go back to account 1 showing 0 ETH, but when you create a new account, your correct account will show the correct amount of ETH).

Flow seen here = http://recordit.co/l5SH9n5l9i

Steps to reproduce:

  • create a new wallet
  • create a new account
  • on account 2 add funds (either by requesting from ropsten or sending yourself some ETH)
  • wait for "Secure your wallet" modal to pop up
  • create your password
  • tap on skip and accept
  • your new account is gone and you're back on account 1

CC @omnat

@ibrahimtaveras00
Copy link
Contributor

Possibly related = #1105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Something isn't working v1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants