Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't access grafana dashboard without using https #304

Closed
orfeas-k opened this issue Feb 20, 2024 · 1 comment
Closed

Can't access grafana dashboard without using https #304

orfeas-k opened this issue Feb 20, 2024 · 1 comment

Comments

@orfeas-k
Copy link

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.

@lucabello
Copy link
Contributor

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.

It's fixed now! :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants