-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Labels
Description
Describe the bug
Despite Server-Side Rendering (SSR) being enabled, the homepage (/home) does not appear to be rendered on the server.
When inspecting the HTML source of /home, the dynamic content displayed on the homepage (e.g. item metadata) is not present in the initial HTML response. Instead, the content is only loaded later via Client-Side Rendering (CSR) in the user’s browser.
As a result, the homepage content is not visible without JavaScript enabled, even though SSR is configured and active. This could negatively impact web crawling, SEO and accessibility.
Steps to Reproduce
- (if SSR is not enabled; default in production mode) Enable SSR in config.yml
- Access the homepage at /home
- View the page source (not the DOM inspector)
- Observe that the dynamic homepage content (item metadata) is missing
- (optionally) Disable JavaScript in the browser and reload /home
- Observe that the homepage content is not displayed
Expected Behavior
If SSR is enabled, the homepage (/home) should also be rendered server-side, including its dynamic content.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 Triage