on ‎2019 Dec 17 12:17 PM
Hello Team,
Kindly help me with resolving this technical error that i am facing.
I am working on SAP UI5 app development using the the List report template. I have managed to successfully deploy it and it is running perfectly when we run as SAP Fiori Launchpad Sandbox from Webide.
However, after configuring it as a tile in SAP fiori launchpad it gives the below error.

I am using UI annotations in SAP Webide and my backend is Odata service and not CDS.
Regards,
Mradul S
Request clarification before answering.
Hi,
I have the same issue. I was able to solve it by putting my annotations.xml file under webapp folder.
and I fix manifest.json
"type": "ODataAnnotation",
"uri": "annotations.xml",
"settings": {
"localUri": "annotations.xml"
}
}Before I have it under path: localService/annotations.xml
In this case I get 404 on request for annotations.xml file, but only on deployed application.
Locally it runs normally.
It is very very strange that it cant resolve path ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.