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
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