Dear colleagues, Has anyone managed to make SAP approuter work with server-sent events? https://www.npmjs.com/package/@sap/approuterWe are using approuter as the entry point for applications on BTP. Right now we are building a chat application which ...
Dear experts,
I am running SAP Approuter (standalone, with some extensions) to access HTML5 UIs from the HTML5 repo. On BTP, this all works as expected.
However, I am stuck at trying to get this running locally for local development and testing...
Dear experts,
I am working on a CAP app which is targeting CF and is using hana for DB, XSUAA, and destination service.
When I try to run the app locally in a hybrid scenario, I am getting the following error:
However, XSUAA is bound to t...
Dear experts,
I am experimenting with Fiori drafts. What I am trying to do is activate an existing draft once an event (non-http) is emitted.
I am trying to do that by calling the draftActivate bound action on the draft-enabled entity:
Code:
...
Dear experts,
I have build a CAP application which uses Event Mesh to receive events. I have created the event mesh instance on BTP CF, and bound my local app to the remote event mesh with via .cdsrc-private.json, as described in the documentation...
@frehan88 @Kinsbrunner This is one of my biggest points of criticism toward SAP's decision to forgo offering an OData API for V2. If V2 would offer an OData API you could quite easily design your data access layer in a way that all it would take was ...
I think it's important to explain why one would choose certain types of credentials over others. The approach shown here (technical user) should only be used with purely technical background processes like workflow processing. For full stack side-by-...
To anyone else finding this, I finally made it work. The problem is compression middleware used in approuter.https://www.npmjs.com/package/@sap/approuter#compression-propertySince the SSE request doesn't have a content-length and does not complete, I...
To anyone else finding this, I finally made it work. The problem is compression middleware used in approuter.https://www.npmjs.com/package/@sap/approuter#compression-propertySince the SSE request doesn't have a content-length and does not complete, I...
Hello Ingmar,I am trying to implement SSE with approuter as well, and I am also not getting responses back on the event stream as the orginal poster describes. See also my post https://community.sap.com/t5/technology-q-a/using-sap-approuter-with-serv...