Closed varasev closed 6 years ago
Problem: On November 2nd, 2018 MetaMask and other DApp browsers will stop exposing user accounts by default. Instead, dapps must request access using a new provider method: provider.enable(). Detailed info is available here: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8
November 2nd, 2018
provider.enable()
Solution: Fix the code which loads DApp according to instructions from What this means for developers section of the article mentioned above.
What this means for developers
Problem: On
November 2nd, 2018
MetaMask and other DApp browsers will stop exposing user accounts by default. Instead, dapps must request access using a new provider method:provider.enable()
. Detailed info is available here: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8Solution: Fix the code which loads DApp according to instructions from
What this means for developers
section of the article mentioned above.