-
Notifications
You must be signed in to change notification settings - Fork 509
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
not displayed the list of candidates after all installations #21
Comments
I'm also facing the same issue |
And how did you fix it? |
The problem is account returned from metamask was null. To avoid this issue, |
Hi @malavancs |
where ..
where to add etherreum.enable() |
On index.js initWeb3: function() { etherreum.enable(); |
This has worked in my case. Thanks @Vignesh1010 |
Btw It was me to thank :( |
Check for console logs. Make sure you've added
|
I had a similar issue, caused by web3.eth.getCoinbase returning null account, I solved following these steps:
|
For those who etherreum.enable(); doesn't work, try window.ethereum.enable(); it worked for me. |
What may be the problem, restarting the browser does not help?
The text was updated successfully, but these errors were encountered: