Reputation: 1
I have installed hybris 1905 via VM.
Everything else works (B2C Accel, Hybris, HAC etc) except Spartacus store front.
The store front has a loading screen but doesn’t paint the page. Is anything need to changed to allow the storefront to finish loading for the SPA accelerator?
Upvotes: 0
Views: 782
Reputation: 368
Some additional information to @geffchang post (https://stackoverflow.com/a/62535976/9290007):
B2cStorefrontModule
is using (here you can find an example project here https://github.com/SAP/spartacus/tree/develop/projects/storefrontapp)Upvotes: 3
Reputation: 3340
You need to follow all the instructions from the Spartacus guide: https://sap.github.io/spartacus-docs/installing-sap-commerce-cloud/
This includes:
Upvotes: 2