Hello, DSpace 7_x user here.
I am trying to experiment a bit with enabling SSR for /search paths.
However, nothing I do seems to effect which pages are served via SSR.
I have a PM2 config.json, and have tried various iterations of these lines:
"DSPACE_UNIVERSAL_PATHS_0": "/items/",
"DSPACE_UNIVERSAL_PATHS_1": "/home",
"DSPACE_UNIVERSAL_PATHS_2": "/search",
"DSPACE_UNIVERSAL_PATHS": "['/']",
But nothing I've tried has turned on SSR for /search urls. I have included any other universal config options in my
I'm doing PM2 stop, PM2 delete and PM2 start after each change.
Can anyone see what I'm doing wrong?
-Brian