cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in loading Annotations file in SAP UI5 application using launchapd

11,327

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

View Entire Topic
0 Likes

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 ...