You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked the existing issues, no one else has reported this
I've got a clear and descriptive title for the issue
Report bugs - delete this section if not reporting a bug
There is currently an error when running npm run electron:serve on the latest app version that prevents any UI from rendering. This issue seems to be different from #87. Below is a screenshot of my developer tools and the issue in question.
The error recommends running truffle migrate. It seems like it may be a good idea to handle this in a better way, such as by prompting the user in the UI and including troubleshooting directions in the README.
The text was updated successfully, but these errors were encountered:
koltclassic
changed the title
Encountered truffle migrate error when using npm run electron:serve
Encountered truffle migrate error when using npm run electron:serve
May 9, 2018
I have the same issue when running npm run electron:serve. I also tried to manually migrate the contracts to the test net and always get the following error:
I confirm:
Report bugs - delete this section if not reporting a bug
There is currently an error when running
npm run electron:serve
on the latest app version that prevents any UI from rendering. This issue seems to be different from #87. Below is a screenshot of my developer tools and the issue in question.The error recommends running
truffle migrate
. It seems like it may be a good idea to handle this in a better way, such as by prompting the user in the UI and including troubleshooting directions in the README.The text was updated successfully, but these errors were encountered: