Skip to Content
0
Jan 04, 2023 at 05:44 PM

Deployment of UI5 app to onPremise system failing error code 503

1459 Views

I try to deploy my UI5 application to ABAP on Premise system using VSCode.

Unfortunately when I run command npx fiori deploy I got an error:
info builder:custom deploy-to-abap Starting Deployment.

ERR! builder:custom deploy-to-abap Deployment Failed.

ERR! builder:custom deploy-to-abap Request failed with status code 503

I got the same error (Request failed with status code 503) when I' m using the wizard in fiory tools.

When I remove my logon-credentials in ui5-deploy.yaml the system is complaining about missing module:
info builder:custom deploy-to-abap Starting Deployment.

Error: Cannot find module 'keytar'

I also used http tracing tool fiddler to check if there was any request send. But I see nothing have been send out.

Any suggestions ?

Many thanks for your help in advance.