This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Status Map Panel throwing error on loading #246
Unanswered
deviojha09
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently updated Grafana to 8.2.7 and using status map plugin version 0.4.2.
And post that whenever the dashboard refreshes it throw below error.
"Annotation Query Failed
Cannot read property 'to' of undefined"
There is no annotation defined for the dashboard and no other panel, just a status map panel
and from chrome developer tools, i could see below.
annotations_srv.ts:85 AnnotationSrv.query error TypeError: Cannot read property 'to' of undefined
at Module.y (rangeutil.ts:284)
at w (annotations_srv.ts:231)
at annotations_srv.ts:154
at async Promise.all (/d/xxxxxx/index 0)
Is there some bug with the plugin?
Beta Was this translation helpful? Give feedback.
All reactions