Grafana dashboards disappear

Hey guys so in my grafana.ini when I change my port from ‘80’ to ‘8080’, once grafana is started I noticed my dashboards disapear. Any idea why this might be happening? When I change back to port 80 in grafana.ini my dashboards re-apear.

Does Grafana still work after you change the port to 80? And did you restart Grafana after changing the port number?

A common error would be that something is already using port 80 and Grafana will not start after changing. In the Grafana server logs, you would then see an error like:

logger=server error="*api.HTTPServer run error: failed to open listener on address 0.0.0.0:80: listen tcp 0.0.0.0:80: bind: permission denied"