Josef Brand
Josef Brand
Are there some news about this topic?
I assume there is an error in ``PostgresService.js`` in function ``_prepareStreams(query, values) {``` there is following code ``` for (const stream of streams) { proms.push(this.dbc.query(stream)) } ``` that should be...
Thanks for the review. I created this PR as a quick fix to address the error I encountered. Unfortunately, I don't have the capacity to debug the population of the...
Looks like your fix solved this issue.
Could it be related with the "destination" to add? I have the issue that during deployment of the Fioir App I will be asked for "Destination Name" but I can't...
Why should it be spam? It is just a random name (try to find a nice one that is not occupied). But the issue is real or not? In https://cap.cloud.sap/docs/guides/deployment/to-cf...
I am using the SAP Template Wizard inside BAS (local installation). Technically it will be this: ``` "scripts": { "deploy-config": "npx -p @sap/ux-ui5-tooling fiori add deploy-config cf" }, ``` This...
My assumption would be that the GUI part is part of the main service of a CAP application. At least this is how I understood the CAP documentation? https://cap.cloud.sap/docs/get-started/in-a-nutshell So...
My first try would be to figure out to pack it with the CAP stuff.
Happy new year. It took some time but I still can't deploy the CAP project. As soon as I pack a Fiori app with it it does no longer work....