ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
598 stars 408 forks source link

Error occur when user click to button "add account" from web wallet #474

Open TheKop opened 6 years ago

TheKop commented 6 years ago

dashboard.js?hash=78dfbfc5463a9ad5401f3d4d989e47c1284fc9f2:93 Uncaught ReferenceError: mist is not defined at Object.click .create.account (dashboard.js?hash=78dfbfc5463a9ad5401f3d4d989e47c1284fc9f2:93) at template.js:496 at Function.Template._withTemplateInstanceFunc (template.js:465) at Blaze.View. (template.js:495) at view.js:884 at Object.Blaze._withCurrentView (view.js:538) at Blaze._DOMRange. (view.js:883) at HTMLButtonElement. (events.js:47) at HTMLElement.dispatch (jquery.js:4665) at HTMLElement.elemData.handle (jquery.js:4333)

Nataila commented 6 years ago

@TheKop Do you fixed it?

evertonfraga commented 6 years ago

That account button only works when you are using Mist or Ethereum Wallet. If you are using Metamask or any other web3 provider, please use their own mechanisms to add new accounts.

Cheers!

evertonfraga commented 6 years ago

For possible contributors:

that can be simply addressed: hide the Add account button if the current browser isn't Mist or Ethereum Wallet.

stvenyin commented 5 years ago

you used the lastest version?

stvenyin commented 5 years ago

Thank you!