On Tue, 17 Oct 2017 13:49:46 +0200 Biselx Nicolas nicolas.biselx@epfl.ch wrote:
Sometimes I receive this error when I change from dashboard X to Y.
Internal Server Error: /graphite/render
[snip]
HTTPError: HTTP Error 500: INTERNAL SERVER ERROR
After a reload all graph in dashboard are ok
Do you have any idea of the problem?
This happens when NAV forwards a graph render request to graphite-web, and graphite-web responds with a 500 error instead of an image file.
You would have to check the graphite-web logs to see what the actual error message might be (since conveying error messages in images loaded on a web page is a bit hard).