Hi Martin,As of now, `cds add destinations` and `cds add html5-repo` are only supported in combination with the Kyma runtime (`cds add helm`). We're planning to close this gap by supporting them for Cloud Foundry deployments via MTA in the 6.5 releas...
Hi Nico,Please make sure your approuter module is providing an API like - name: bookshop
...
provides:
- name: app-api
properties:
app-protocol: ${protocol}
app-uri: ${default-uri}
which is then required i...
Hi Alice,Good news, we shipped a fix for this issue in the most recent @sap/cds release (5.9.0). The SQLite CSV importer will now interpret quoted "true" and "false" as strings instead of Booleans.Best regards,Steffen