Thanks for the reply. @matthias_schmalz It seems we registered the service in manifest.json, so the managed router knows how to find it."sap.cloud": {"public": true,"service": "btp.samples.simple.app"} Why it must have <destination instance guid> fro...
Great post!For the standalone application url:https://xyz.launchpad.cfapps.eu10.ondemand.com/btpsamplescdmsimpleapp.btpsamplescdmsimpleapp-1.0.0/index.htmlthere's no <destination instance GUID>, how managed app router find service 'btpsamplescdmsimpl...
Hi Kevin,Sorry for the issue. It was caused by typescript upgrade from latest mdk-tools.Please follow below steps to make it work:1) delete package-lock.json from MDKWebpackFactory2) change "@sap/mdk-tools" to 1.9.0 from package.json3) redeploy your ...
Hi Harshad,Please check your .service file, for local run, we don't support ServiceUrl. If there's ServiceUrl, please remove it, and keep DestinationName. The DestinationName is the destination from BTP sub account, you can find it in BAS Service Cen...