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.