on ‎2021 Sep 20 4:22 AM
Hi community,
I'm facing an issue when trying to deploy a Custom Task UI as per the SAP help documentation:
On step 10 it is required to run the following command:
npm run deploy-config cf
When I run the command I'm getting an error after selecting the Destination Name as "None":
TypeError: Cannot read property 'deploy_mode' of null

I've documented all the steps here.
Anyone have any ideas?
Thanks,
Shaun
Request clarification before answering.
Turns out the only thing missing was the "deploy_mode: html5-repo" parameter at the root level of the mta.yaml. I would have expected it to be added during step 3 while generating the Approuter configuration.

After adding the parameter, I managed to rerun the deploy-config script successfully.
npm run deploy-config cf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.