garie icon indicating copy to clipboard operation
garie copied to clipboard

404 error following "Lighthouse Reports" in default dashboards

Open Accudio opened this issue 5 years ago • 2 comments

  • 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.

Accudio avatar Oct 17 '18 20:10 Accudio

same issue here

fadomire avatar Mar 01 '19 16:03 fadomire

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

felixlberg avatar May 03 '19 21:05 felixlberg