openeew / openeew-dashboard

Dashboards for monitoring devices, events, users, data and more. Built on Carbon and React.
http://dashboard.openeew.com
Apache License 2.0
25 stars 32 forks source link

Add graphql layer for server & client, add live data to sensors page #111

Closed rdkelley closed 3 years ago

rdkelley commented 3 years ago
EdrianI commented 3 years ago

@rdkelley I deployed these changes to a dev site. Looks like login works and regular traversal through the site is fine. I added some console logs to ensure the CloudAnt information is being obtained from vcap-local and passed to the UI.

Assuming there isn't any data yet in the cloudant?

rdkelley commented 3 years ago

@EdrianI It does look like there's a 500 error being returned from the server when the sensors are requested on that build. There are 7 or 8 sensors in the db, so it should show something if it were working. Let me investigate, and I'll see what I can find.