aletheia-app icon indicating copy to clipboard operation
aletheia-app copied to clipboard

Encountered truffle migrate error when using npm run electron:serve

Open koltclassic opened this issue 6 years ago • 1 comments

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. screen shot 2018-05-09 at 8 02 01 am

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.

koltclassic avatar May 09 '18 12:05 koltclassic

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:

image

Could be the origin of the error above.

cchrs avatar Jun 03 '18 08:06 cchrs