Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

404 error following "Lighthouse Reports" in default dashboards #11

Open
Accudio opened this issue Oct 17, 2018 · 2 comments
Open

404 error following "Lighthouse Reports" in default dashboards #11

Accudio opened this issue Oct 17, 2018 · 2 comments

Comments

@Accudio
Copy link

Accudio commented Oct 17, 2018

  • garie version: 2.0

Relevant code or config:
Using default configuration on localhost

What I did and what happened:
Clicking on the "Lighthouse Reports" button on one of the default lighthouse dashboards in Grafana produces a 404 error as it tries to access the url http://localhost/:3000./reports.

Suggested solution:
It seems this would be related to the 'links' array in the grafana conf jsons in config/grafana/provisions/dashboards/, particularly the URL listed. I am however not familiar with grafana configs and cannot work out how this could be changed to change the hosts port without including a fixed protocol and host.

@fadomire
Copy link

fadomire commented Mar 1, 2019

same issue here

@felixlberg
Copy link

You can fix theese both grafana provision templates:

lighthouse-dashboard-all.json
lighthouse-dashboard.json
...
"url": "http://localhost:3000/reports"
...

In grafana documentation I found just full path url's here

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

No branches or pull requests

3 participants