Import dashboard not working

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.

Strange do you get this stil? Or was it a temporary issue?

hi, I facing the same problem
JSON parse Unexpected character at line 1 columm 1 of the JSON data

Same issue here.

Grafana 6.4.3 installed as part of MicroK8s Prometheus Add-On.
The path returning the 502 is
https://<my_host>/api/gnet/dashboards/<dashboard_id>

Anyone have a solutions?

Not sure if it’s related, but if I copy and past the json in manually it accepts it but most dashboards load with no panels.