'Cant deploy Fiori App to System using SAP Business Application Studio

I have developed my first fiori app using sap bas and am trying to deploy it to our test-system. The test-system is connected to sap bas via SCC/OData and receiving data via the odata services is working fine. To deploy the app i run these commands:

  1. npm install
  2. npm run build
  3. abap-deploy --log-level=error

After running the last command, it says "deploying..." and then throws this "error" message: enter image description here

sadly nothing is written to the error log file :( When trying to run the service in my system, it opens the webpage that simply says "Error: File NOT found!

am thankful for any ideas on how to fix this :)



Solution 1:[1]

Apparently the abap-deploy command in SAP BAS is deprecated! I used program /UI5/UI5_REPOSITORY_LOAD to deploy my app.

Solution 2:[2]

1 - First we create a configuration file through the command:

npx fiori add deploy-config

2 - Then we deploy it using the command:

npm run deploy

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 doostaay
Solution 2 Alberto Leal de Medeiros