on 2023 Sep 29 6:58 AM
Hi All,
I am trying to deploy the capm apps by following the mission from CAPM, when I was trying to add deploy config for the individual apps I am getting the following error. I have attached my yaml file.
Tutorial: https://developers.sap.com/tutorials/btp-app-work-zone-setup.html
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi, As per this older question people found that this can be worked around by downgrading the mta by running `npm i -g mta@1.0.4`. link
Best regards,
Mahati
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashok,
The npm i -g mtr@1.0.4. will not work, due to the last character "." the package is not found.
The right command is
npm i -g mta@1.0.4
Best regards,
Antal
Hi antal.perger & manjunath_ks,
Thanks for correcting the command, I was able to degrade the mtr now, but after rebuilding and deploying the app again I am getting another error. Could you please help me on this. I have attached the yaml file. I have tried by deleting the instances of html5-repo and destinations but still I am getting the same error.
Thanks in advance.
Hi Ashok,
Do not delete parts of the deployment via the cockpit, undeploy it completely as described here.
Best regards,
Mahati
Thanks manjunath_ks after Un deploying and deploying again my issue resolved and created successfully. Now I was able to deploy the application with html5 apps as well.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.