Score:0

If you're seeing this Grafana has failed to load its application files

ae flag

I want to run grafana behind nginx. I followed this instruction. The only problem I have right now is whenever I try to edit a panel, I will see this error message below. It disappears in a few seconds. The grafana.ini looks like

domain=localhost
root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana/
serve_from_sub_path = true

The scrubbed nginx.conf looks like

server_name 1.2.3.4 # my public id address
location /grafana/ {
    proxy_pass http://localhost:3000/;
}

I don't really experience any issue other than the annoying error message every time I want to edit a panel. When I used SSH to bind port 3000 to my computer ssh -L 3000:localhost:3000 [email protected], everything worked just fine. Any suggestions on how to fix the problem?

Grafana error message

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.