appdash icon indicating copy to clipboard operation
appdash copied to clipboard

Can't figure how to mount traceapp to anything other than "/"

Open ansel1 opened this issue 9 years ago • 1 comments

The traceapp.New() function seems to indicate it supports being mounted to a subpath, but I haven't been able to make it work. I've tried passing in a gorilla mux subrouter, and tried wrapping the App in http.StripPrefix, but in both cases, images and links on the home page are absolute (see root.html), so they don't work.

Also, I'm curious why the other templates use the {{.BaseURL}} template var to construct absolute URLs for everything, instead of just using relative URLs.

ansel1 avatar Oct 19 '16 15:10 ansel1

Yes, I think our handling of mounting at subpaths is not good / is buggy. The code here probably needs some extensive cleanup.

emidoots avatar Nov 21 '16 19:11 emidoots