- Library version: 1.0.5
- OS Version: macOS Ventura 13.4.1
- generator-fiori uses mta when creating a deployment configuration for the application.
Bug:
See 11-Application Wizard.Generators.log for the Stack Trace.
Steps to Reproduce:
- All the steps done in this tutorial till step 9 of https://developers.sap.com/tutorials/btp-app-work-zone-setup.html
- Executed
fiori add deploy-config cf within app\risks
- The stack trace is printed similarly to the log file given above.
Looking further into the issue, similar issues were brought up in the json-iterator repo, where the fix is to update json-iterator to v1.1.12. pr-229 seems to fix this problem.