aletheia-app
aletheia-app copied to clipboard
Encountered truffle migrate error when using npm run electron:serve
I confirm:
- [X] I've read the contributing guidelines and the code of conduct
- [X] I've checked that this issue applies to this repo
- [X] I've checked the existing issues, no one else has reported this
- [X] 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 https://github.com/aletheia-foundation/aletheia-app/issues/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.
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:
Could be the origin of the error above.