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
After following the Microk8s tutorial locally, I 'm trying to access grafana through the url exposed by juju show-unit catalogue/0 | grep url and I 'm getting the error below on browser:
This page isn’t working
192.168.2.5 redirected you too many times.
while curling the same address returns
curl 192.168.2.5/cos-grafana -I
HTTP/1.1 301 Moved Permanently
@dstathis prompted me to add https:// in front of the URL which made it work, but that's not what I expected.
The text was updated successfully, but these errors were encountered:
This is due to the stable release using the Grafana 10 image, which has some modifications our charm isn't yet ready for :)
In the meantime, the charm was updated to go back to the Grafana 9 image until we fix that, but the change hadn't made it to candidate or stable yet, which is why you got this.
After following the Microk8s tutorial locally, I 'm trying to access
grafana
through the url exposed byjuju show-unit catalogue/0 | grep url
and I 'm getting the error below on browser:while curling the same address returns
@dstathis prompted me to add
https://
in front of the URL which made it work, but that's not what I expected.The text was updated successfully, but these errors were encountered: