Hello
After getting help here, I managed to setup Cross-MTA dependency between two of my applications, where UIAPP1 can now call services of BEAPP1. When deployed to SCP, this works well.
I am wondering if it would be possible to run the UI5 app locally (e.g. via ui5 serve) which accesses the BEAPP1 running in the cloud. Similar to how default-env.json is used in CAP where the application runs locally but accesses services deployed in SCP. Is this possible?
Kind Regards