Hi,
I've migrated one of my CAP projects to TypeScript and all is going well, however in my code I use quite a lot of SELECT.from(table).where(…) which of course TypeScript doesn’t like. I’m importing the types as per import { SELECT } from "@sap/c...
Hi, I have a freestyle Fiori application which uses CAP as the backend, and it is deployed in the Launchpad via the managed app router. Is it possible to embed such an application in an iframe? The intention is that the application is not accessed di...
Hi,
Is it possible to specify the approuter version that the MDK deploys to Web with? We're experiencing some issues and I would like to update to the latest approuter version if possible.
Thanks
John
Hi,
We have an Android platform MDK application which has push notifications. We are registering the app to receive push notifications and it all works fine, showing the received content in a Message popup.
However, we need to perform some action...
Hi,
We have deployed our MDK app to Mobile and Cloud Foundry. The Cloud Foundry app is embedded in our Launchpad.
I have configured the app router parameter to be 30 minutes, so that it aligns with our Launchpad settings, and for the most part t...
Possibly a bit late to help you, but hopefully to help others who come across this question - a url query parameters string is available at `req._.req.query` which I personally find a lot easier to deal with than the CSN version. As a side note `req....
The best way is to just use incognito mode, as then you can simply close that session and start a new one. It's much easier than messing about trying to delete the cookies and cache.
Hi mvillanuev29 This looks to me like you've not setup the authentication correctly for local use. In the CDS configuration (either package.json or .cdsrc.json) for your project you should be using mocked authentication locally and XSUAA in 'product...
Hi Wouter,Have you correctly referenced the plugin as an external in the custom client? I know we have had similar problems to what you are experiencing when we hadn't referenced it, or referenced it incorrectly.Also, if you use logcat in Android Stu...