When accessing the report page from the running server, graphs are not rendered and clicking images gives "access forbidden" errors. Modifying the graph.thtml template to reference images with a leading slash solves the problem. Replacing all href="image... and src="image... with href="/image... and src="/image... solves the problem.
I'll see if I get time to check out the source and create a pull request, I only did this manually on the server which doesn't have the source repo.
When accessing the report page from the running server, graphs are not rendered and clicking images gives "access forbidden" errors. Modifying the graph.thtml template to reference images with a leading slash solves the problem. Replacing all
href="image...andsrc="image...withhref="/image...andsrc="/image...solves the problem.I'll see if I get time to check out the source and create a pull request, I only did this manually on the server which doesn't have the source repo.