cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Studio code fiori application deployment fails with status code 500

Y_D_ABAPER
Explorer
0 Kudos
248

Hi, I have a fiori list report that I have created in visual studio code using the fiori generator. I have already connected and configured it to my on-premise (demo21) SAP system. When running "npm run start" the app works as intended. However, when trying to deploy I run "npm run deploy" in which asks me for my credentials, after specifying the credentials I get the following error as seen below:

Screenshot 2025-01-22 140656.png

The target system URL that I have used is from going to transaction SMICM>Go to> Services and is in the form of https://abcdefg.mydomain.com:PortNumber
my ui5.yaml file is as below:
ui5yaml.png

 

 

 

 

 

 

 

 

and my ui5-deploy.yaml is as follows:

ui5deploy.png

 

 

 

 

 

 

 

Running in debug mode produces the same result and I have followed similar steps detailed in Solved: Problems launching first Fiori App - SAP Community Can someone please advise?

View Entire Topic
SamAriekela
Explorer
0 Kudos

I see package as $TMP and looks your are trying to provide some transport. May be try with some z package.

Y_D_ABAPER
Explorer
0 Kudos
Hi @SamAriekela, I have used the $TMP package as that is the same package used for the initial cds development in my abap system. I have also tried removing the transport request completely from the ui5-deploy.yaml file, which did not even ask me to enter my credentials and resulted in a "socket hangup error"