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

Can't run project #8

Closed pylnata closed 2 years ago

pylnata commented 2 years ago

Hello,

I can't run project locally. In console there are errors:

Screenshot 2022-05-09 at 10 36 57

Could somebody help? Thanks

gregorwolf commented 2 years ago

I've also discovered some issues with SAPUI5 1.101. Please try with 1.100.

pylnata commented 2 years ago

Hi @gregorwolf thanks for answer, but could you please tell how exactly I can change this? I did search in whole project but can't find 1.101 string, and it is not a package. So I am confused what do you mean?

gregorwolf commented 2 years ago

You need to replace the occureces of https://ui5.sap.com/ in app/index.html with https://sapui5.hana.ondemand.com/1.100.2/

pylnata commented 2 years ago

@gregorwolf thanks, works now