Dspace 7.6.5. (with customizations that worked on 7.6.3)
At the URL above, something goes wrong when reloading the page. The response generates a bunch of 502s because all the links referenced are missing the 'iuswrtest' subdirectory in which dspace is running. This seems to be related to the fact that the search page is client-side rendered instead of SSR.
This is not a problem in the out-of-the-box dspace 7.6.5 code, but rather something about the configuration that this particular server is using: the same config that worked on 7.6.3 code. It might also be some local code that overrides bits of the core code that is now broken.
Anyone have any tips on how I can figure out what's going wrong?
-Brian