cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 Screen with SAP MII backend is not working at all

avisheksharmacoder
Participant
0 Kudos
260

Hi, I am working on a project that uses SAP MII and its UI5 Add on libraries to serve a UI5 Front end Page.

It was working fine till yesterday, but today in one of the my senior team members, the screen is not loading at all. He has tried on both Chrome/Edge browsers and it is working on none of the them.

In this UI5 frontend, the data is being fetched from the SAP MII Transactions,

The screen is coming as blank and this error is getting showed up.

This is the error.

In my computer, the screen is loading fine on the Edge browser ,

but having the same issue on chrome as well.

Can you help me solve this error ?

Thank you.

junwu
Active Contributor

you need to give more information, like ui5 version, code if possible

avisheksharmacoder
Participant
0 Kudos

MII version is 15.4 Patch 10

UI5 version is 1.7.0

here is the controller code.

testsss.txt

junwu
Active Contributor

do you have html page?

avisheksharmacoder
Participant
0 Kudos

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

in your html file, you are referring to the latest ui5. you should use the ui5 lib in your mii server.

avisheksharmacoder
Participant
0 Kudos

Hi, I am reffering to the latest ui5, but it still using one old version, somewhat v1.5 or similar. Can you tell me how to load the libraries from the mii server ?

Margot
Product and Topic Expert
Product and Topic Expert
0 Kudos

This is most likely a caching issue as you are using the default SAPUI5 CDN URL for bootstrapping your application, see also https://stackoverflow.com/a/60377984/5846045.

Avoid bootstrapping with the default SAPUI5 CDN URL in production code (see also the SAPUI5 documentation)!

avisheksharmacoder
Participant
0 Kudos

Hi, my MII version is 15.4 Patch 10, how to get the UI5 version that it is using or serving ?