SSR error appears on each page: TypeError: Cannot read properties of undefined (reading 'userAgent')
#3000
Labels
Milestone
Describe the bug
After merging #2976, any time you run the UI in production mode, the following Server-side rendering error occurs:
The issue appears to be on this line: https://github.com/DSpace/dspace-angular/blob/main/src/app/root/root.component.ts#L147
To Reproduce
Steps to reproduce the behavior:
yarn install; yarn build:prod; yarn serve:ssr
yarn serve:ssr
, you'll see the above TypeError.The text was updated successfully, but these errors were encountered: