You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create a new panel (on a new dashboard), the grafana browser tab completely hangs.
It's hard to debug because of this, but we can see this in the console:
It's output from grafana-meta-queries, and it very much seems like a recursion problem.
Deleting the data source fixed the problem. Re-adding it breaks it again.
When we create a new panel (on a new dashboard), the grafana browser tab completely hangs.
It's hard to debug because of this, but we can see this in the console:
It's output from grafana-meta-queries, and it very much seems like a recursion problem.
Deleting the data source fixed the problem. Re-adding it breaks it again.
This was the data source definition
Changing it to not be default also fixes the problem! It may have something to do with being first in the data source list.
Grafana version: 7.5.4 (same problem on 7.5.x)
meta queries version:
The text was updated successfully, but these errors were encountered: