cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Error in SAP Web IDE when deploying custom app to Hub gateway system

0 Kudos

Hi,

I am getting below error when deploy custom app from sap web ide to gateway hub system. please help to solve this. deployment-error.jpg

Accepted Solutions (0)

Answers (1)

Answers (1)

michal_keidar
Active Contributor
0 Kudos

Hi,

First please be aware that the app was successfully deployed into your ABAP repository.

These errors are thrown from the application index service running in the backend post deployment
(see details on this service here: https://sapui5.hana.ondemand.com/#docs/guide/c5e7098474274d3eb7379047ab792f1f.html).

Your application should declare its dependencies in its manifest.json, and these dependencies should exist in the runtime environment (in your case, your ABAP system). If they don't exist the service presents these errors.

Please review your manifest.json.

Regards,
Michal.