From b3b28e9f25955ea6e160c1f384b1ebad5190e459 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Mon, 7 Sep 2020 10:53:13 +0300 Subject: [PATCH] Failed to load application files message improvement (#26214) * Failed to load application files message improvement * Apply suggestions from code review Co-authored-by: Marcus Efraimsson --- public/views/index-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/index-template.html b/public/views/index-template.html index 68b0eae1813..006d7c0fd7f 100644 --- a/public/views/index-template.html +++ b/public/views/index-template.html @@ -199,7 +199,7 @@

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
+ 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