plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
304 stars 38 forks source link

Blank screen after getting started #23

Closed mike-cirello-okcupid closed 5 years ago

mike-cirello-okcupid commented 5 years ago

I followed the tl;dr getting started instructions. Going to localhost:3001 redirects me to localhost:3001/graphs where I get blank screen and the attached two JS errors.

Screen Shot 2019-09-26 at 9 34 21 AM

Setup: Chrome: Version 77.0.3865.90 (Official Build) (64-bit) Mac: 10.14.6 Docker desktop: 2.1.0.3

assansanogo commented 5 years ago

same problem here...

khaxis commented 5 years ago

Thank you, please run git pull and try again.

There were two reasons:

Basically you were running different versions of frontend and backend. Now since plynx 0.2.10 is current, it should work fine.

mike-cirello-okcupid commented 5 years ago

Confirmed works, thanks!