cancel
Showing results for 
Search instead for 
Did you mean: 

(uiadaptation) sUI5CurrentVersion is undefined

06-17-2020 6:24 PM
ged_hurst Participant
925 views 3 comments Go to solution
0 Likes
SAP Managed Tags
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

Accepted Solutions (1)

Accepted Solutions (1)

FlorianVogt
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Ged,

could you explain your setup more detailed, please?

You can visit https://sapui5.hana.ondemand.com/#/entity/sap.m.tutorial.quickstart/sample/sap.m.tutorial.quickstart... and press the download button on the upper right corner to get the whole project. Then you can import it to the web ide or run the application locally.

Best Regards,

Florian

UI5 Core

Answers (1)

Answers (1)

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