Page content fetched a second time on the client when using Server-side rendering

141 views Asked by At

When server-side rendering a page, the page content is fetched by the server (Node-) application and passed to the client application via the serverApp-state. On the client the page content is then fetched a second time, even though the information should already be there.

What is the reason for this redundant call?

Thank you,

Armin Hutzler

1

There are 1 answers

0
Kacper Knapik On

For anyone looking for the answer:

This seems like a bug. @Armin has created a new github ticket for it: https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/6337