- Joined
- Apr 16, 2016
- Messages
- 9,848
- Reaction score
- 17,081
- Location
- Pleasant Hill, Concord
- What state or country do you live in
- California
:-( . I am afraid that I cant decipher the error log. Its definitely an UI error, so the controller itself is working fine, but the UI code (that runs in your browser) has a bug where its trying to access a some configuration thats not present, probably a wrong or invalid settings.Yeah. Sorry for the language. I was extremely cross with myself for upsetting the system when it was working so well.
Here's the Consol info as requested.
![]()
One thing we can check is the dashboard settings using straight API (thus bypassing the UI), if its something invalid, then fix it (using API) and then hopefully the UI will work again.
For that, you can try this, to obtain the dashboard settings
Code:
curl -u <username>:<password> http://localhost:8080/api/dashboard
Share the settings here, I can audit it for you.



