Open Pepo-BG opened 5 years ago
Hi, @Pepo-BG
The problem is that grafana-data-exporter-panel
is trying to query HTTP backend from the HTTPS page.
There is a possible workaround described here:
Note that the temporary 'fix' is to click on the 'shield' icon in the top-left corner of the address bar and select 'Disable Protection on This Page', although this is not recommended for obvious reasons.
This issue can be fixed on the plugin-side but it requires time. Related issue: https://github.com/CorpGlory/grafana-data-exporter-panel/issues/21.
Hi, @rozetko,
Okay, I'll wait and watch the mentioned issues!
Thank you!
Hello,
Related to issue #29, I tried to remove adding the
||(u="http://"+u)
and make the call to thehttps:
. But I receive 404 (Not found) error tohttps://dashboard.{my-domain-removed}.com/tasks
. So,/tasks
doesn't exist...Do I need to install something else, or?
Thank you!