2024 Jul 20 4:04 PM - edited 2024 Jul 21 2:14 PM
I am getting the following console error after deploying my application to the SAP BTP Build Work Zone Standard Edition. I am using a trial account.
I am not sure what I have to do, I have tried changing the manifest dependency libraries' lazy to true, but that gives me "unsafe eval" errors so i'm confused as to what the problem is here.
2024-07-20 20:28:08.229899 The issue is most likely caused by application usertest. Please create a support incident and assign it to the support component of the respective application. - Failed to load UI5 component with properties: '{
"name": "usertest",
"url": "/971e38f5-943b-40df-acee-b48fc9e25326.roles-test.usertest/~200724145334+0000~/",
"manifest": true,
"asyncHints": {
"libs": [
{
"name": "sap.fe.core",
"lazy": false
},
{
"name": "sap.fe.templates",
"lazy": false
},
{
"name": "sap.m",
"lazy": false
},
{
"name": "sap.ui.fl",
"lazy": false
}
],
"components": [],
"waitFor": []
},
"messages": [],
"version": "0.0.1",
"id": "application-UserTest-display-component",
"componentData": {
"startupParameters": {}
}
}'. Error likely caused by:
Error: Could not load metadata: 404 error
at Object.createError (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/ui/core/library-preload.js:2316:3817)
at Object.<anonymous> (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/ui/core/library-preload.js:2328:873)
at Object.<anonymous> (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/fiori/appruntime-min-1.js:556:9596)
at u (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/fiori/appruntime-min-1.js:602:25639)
at Object.fireWith [as rejectWith] (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/fiori/appruntime-min-1.js:602:26474)
at k (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/fiori/appruntime-min-1.js:602:84147)
at XMLHttpRequest.<anonymous> (https://sapui5.hana.ondemand.com/1.126.0/resources/sap/fiori/appruntime-min-1.js:602:86804) usertest
Edit: i've inserted the photo of the error itself, basically the same thing as above
Request clarification before answering.
How does the url of the datasource looks in the manifest.json file? Make sure it doesn’t start with a /
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.