cancel
Showing results for 
Search instead for 
Did you mean: 

Running the cloud-cap-samples Fiori apps locally does not work

former_member186905
Participant
0 Kudos

Hi all,

I just cloned the git repo https://github.com/SAP-samples/cloud-cap-samples, ran `npm install` and `npm run bookshop`. When I open localhost:4004 in my browser (I tried both Firefox and Edge), the index page shows up fine and executing the "get entityset" on the exposed entities works fine as well. However, when I click on the "... in Fiori" links, both browsers get stuck in loading.

From the JS console and network calls I can see that loading a Component-preload.js doesn't seem to work, which may cause the issue. Anyone with the same issue and any ideas for a solution?

Thanks and kind regards,

Valentin

View Entire Topic
former_member186905
Participant

A colleague gave me the correct hint: For running the Fiori Elements apps, don't run `npm run bookshop`, but `npm run fiori`