SAP-samples / fiori-elements-feature-showcase

Sample application that demonstrates and documents a broad variety of features of SAP Fiori elements for OData V4. Developers can play around with the new features and learn how to implement them.
https://community.sap.com/topics/fiori-elements
Apache License 2.0
185 stars 65 forks source link

SAP UI5 component cannot be loaded #26

Closed stb1337 closed 2 months ago

stb1337 commented 2 months ago

Hello colleagues,

i cloned this repository, run npm install and cds watch. Opened http://localhost:4004, clicked on a UI5 tile and got this error:

Title: FehlerMessage: App kann nicht geöffnet werden, weil die SAP-UI5-Komponente der Anwendung nicht geladen werden konnte.Details: {  "info": "UI5-Komponente für Navigationsabsicht \"#FeatureShowcase-manage\" wurde nicht geladen.",   "technicalMessage": "Error: adding object \"component\" with duplicate id 'application-FeatureShowcase-manage-component'\n@https://ui5.sap.com/resources/sap-ui-core.js:416:545\ne@https://ui5.sap.com/resources/sap-ui-core.js:416:710\n@https://ui5.sap.com/resources/sap-ui-core.js:404:2762\nconstructor@https://ui5.sap.com/resources/sap-ui-core.js:404:2956\nconstructor@https://ui5.sap.com/resources/sap-ui-core.js:452:2915\nconstructor@\ns@\nc@https://ui5.sap.com/resources/sap-ui-core.js:422:4457\np@https://ui5.sap.com/resources/sap-ui-core.js:452:26719\n@https://ui5.sap.com/resources/sap-ui-core.js:404:4821"}
schiwekM commented 2 months ago

Hi,

I'll have a look and update any dependencies.

BR, Marten

schiwekM commented 2 months ago

Is fixed on latest main branch - pull + npm update should it resolve on your side

stb1337 commented 2 months ago

Thx, can confirm its fixed.