I’m trying to import a dashboard using the web interface. When I enter the ID of the dashboard I want to import I get this:
{"data":"","status":502,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"api/gnet/dashboards/3539","retry":0,"headers":{"X-Grafana-Org-Id":1,"Accept":"application/json, text/plain, */*"}},"statusText":"Bad Gateway","xhrStatus":"complete","isHandled":true}
Sometimes I get an error like " Unexpected token u in JSON at position 0"
I’ve searched and see no mention here.
This is Grafana v4.6.0 (commit: c47f670) installed via Docker (grafana/grafana).
I’ve also tried pasting a URL there (like https://grafana.com/api/dashboards/3539/revisions/1/download ) and get the same results.