SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
744 stars 389 forks source link

Blank page when following installation instructions for spa shell app #2406

Closed hackergil closed 5 years ago

hackergil commented 5 years ago

Needs reproduction

Using the guidelines from https://github.com/SAP/cloud-commerce-spartacus-storefront/wiki/Building-the-Spartacus-Storefront-from-Libraries I created a new Spartacus based storefront.

I also attempted to use the app.module.ts from our spa install repo with the same result.

This storefront loads up without an error but when opening the site, the page is blank. The network calls to get pages are successful but the cms components don't seem to render. (see screenshots)

Screen Shot 2019-05-10 at 11 33 10 AM Screen Shot 2019-05-10 at 11 33 30 AM

Browsers: Firefox & Chrome (latest) Lib versions: (latest)

cinthiadavalos commented 5 years ago

Hi @hackergil ! I fixed this issue adding: @angular/http@~7.2.11

and updating these dependencies:


@ngrx/effects@~7.4.0
@ngrx/router-store@~7.4.0
@ngrx/store@~7.4.0 
@angular/pwa@^0.13.7
rxjs@^6.4.0 `
hackergil commented 5 years ago

@cinthiadavalos Yup I just found out this morning. A few more to update as well. Thanks!