Today, I just briefly tried to compare the Json model of a problem-free and problematic dashboard in Visual Studio Code, I tried to modify different parts in the problematic dashboard according to the Json model of a functional dashboard, until I finally came to one line where, after removing it, the problem was solved.
It is a line with the definition:
“liveNow”: true,
For some reason, this definition is not in the json model for dashboards where everything is functional, nor for newly established dashboards.
I’ve only tried it on Grafana version 11.4.0 so far
It is known what function the line with the definition has:
“liveNow”: true,
?
Should I try anything else that would be helpful in diagnosing this problem, or should I continue on Github and report it as an issue there?
(When I have more time to deal with it)
