-
Notifications
You must be signed in to change notification settings - Fork 155
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
× Unhandled Rejection (TypeError): Cannot read property 'toString' of null #7
Comments
Yes I am having the same problem. Someone please help |
Bros, just try this |
@Madssimo, please try to migrate again. |
This is what I had to do as well. The reason this happened (for me) was that I was using the Quick Start Ganache chain instead of creating a workspace. After a PC reboot, the quick start chain was wiped. I recommend making a persistent workspace in Ganache, which will require reimporting the account into Metamask as well. Then migrate your contracts to the persistent chain as Simba0427 stated and you should be good to go. |
@Madssimo, please try to migrate again. Thanks, that helped me as well. |
Thanks @Simba0427 ... this helped me. |
same it's work! |
`
const networkId = await web3.eth.net.getId()
The text was updated successfully, but these errors were encountered: