Describe the bug
DSpace 7.6.5.
When DSpace is configured with a namespace (e.g., /repository), Server-Side Rendering (SSR) correctly handles the base href, but Client-Side Rendering (CSR) serve the original index.html with <base href="/">, causing the browser to request JavaScript resources from the wrong path.
To Reproduce
- Configure DSpace with ui.nameSpace: /repository
- Exclude SSR for the
^/search$" page
- Go to the
/repository/search and refresh the page
Expected behavior
The search page should load, but instead a blank page is displayed.
PR: #4638
Describe the bug
DSpace 7.6.5.
When DSpace is configured with a namespace (e.g., /repository), Server-Side Rendering (SSR) correctly handles the base href, but Client-Side Rendering (CSR) serve the original index.html with
<base href="/">, causing the browser to request JavaScript resources from the wrong path.To Reproduce
^/search$"page/repository/searchand refresh the pageExpected behavior
The search page should load, but instead a blank page is displayed.
PR: #4638