cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I'm running a quickstart app from SAP webIDE as detailed here: https://sapui5.hana.ondemand.com/#/topic/128214a9b2754b15aec5e365780b03fd

However a blank screen appears and I receive the above message in the console view. What am I doing wrong?

0 Likes
View Entire Topic
ged_hurst
Participant
0 Likes

Hi Florian

Many thanks for helping me with this trivial task that I was sweating over for a couple of hours! Lesson learned: I will use the downloaded files in future!

Cheers

Ged

FlorianVogt
Product and Topic Expert
Product and Topic Expert

Hi Ged,

you're welcome. In most cases this error appears, because the bootstrap is not maintained correctly. In the tutorial section resources/sap-ui-core.js is written. This is correct if you use the UI5 tooling or an ABAP system. If you wanna consume the UI5 resources via the Content Delivery Network (CDN) you have to replace the bootstrap with https://ui5.sap.com/resources/sap-ui-core.js.

All the best,

Florian