-
What Grafana version and what operating system are you using?
I’m using Grafana 9.0.6 and Debian 11 “bullseye” Linux -
What are you trying to achieve?
Load Grafana dashboard on Chromium in Kiosk mode -
How are you trying to achieve it?
Install grafana and open it on Chromium -
What happened?
Instead of showing Grafana dashboard, the Grafana UI display the following error:
If you’re seeing this Grafana has failed to load its application files
-
This could be caused by your reverse proxy settings.
-
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.
-
If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build
-
Sometimes restarting grafana-server can help
-
Check if you are using a non-supported browser. For more information, refer to the list of supported browsers.
-
What did you expect to happen?
I expect to see normal Grafana dashboard on Chromium. I tried rolling back to older grafana version 8.5.9 and it was working fine, but with version 9.0.6 it doesn’t work any more (above error). -
Can you copy/paste the configuration(s) that you are having problems with?
Default configuration, fresh installation of Grafana OSS via “apt”. -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
Yes I saw an error in Grafana UI, mentioned above. -
Did you follow any online instructions? If so, what is the URL?
Yes, I followed this instruction: Install on Debian or Ubuntu | Grafana documentation