When using the Externally shared dashboards feature in Grafana, a popup stating Unauthorized pops up. The dashboard appears to work fine through.
The following API requests are failing:
https://grafana/api/datasources/uid/Fwxkfxn4k/resources//assetservers?path=\\xyz
https://grafana/api/datasources/uid/Fwxkfxn4k/resources//dataservers?name=xyz
Since the dashboard appears to work well without these calls, can the plugin be made to not perform them or to detect that it is externally shared and then suppress them?
FTR, attempts to get annotations also results in a HTTP 401, but this seems to be expected as it is not currently supported by Grafana.