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
The other two endpoints to json decode the netdata response but the alarms are retrieved as text only. This should be changed to do the same thing, i.e. changing data = await response.text() into data = await response.json()
I'm happy to submit a PR but I'm not sure how you would like to handle the fact that this breaks backward compatibility. Please advise.