on 2023 May 05 11:40 AM
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.
in your html file, you are referring to the latest ui5. you should use the ui5 lib in your mii server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.