Hello everyone,
I’m currently experiencing an issue with Grafana Open Source version 7.5.17 on my server. Whenever I attempt to open the visualization, I encounter the following error across multiple browsers (Edge, Firefox, Chrome), but I want to use Edge, both with HTTP and HTTPS protocols:
If you’re seeing this Grafana has failed to load its application files
The error message suggests several potential causes:
1. This could be caused by your reverse proxy settings.
2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build
4. Sometimes restarting grafana-server can help
5. Check if you are using a non-supported browser. For more information, refer to the list of supported browsers.
Has anyone else encountered this issue? Could you provide guidance on how to resolve it? Any suggestions or troubleshooting steps would be greatly appreciated.
Thank you!