Dear Community,
I have a SAPUI5 application with an extension point in the view deployed to the Cloud Foundry with common.
I have a second application that implements this extension point. The path to the first application is registered with
sap.ui.loader.config({ paths: { "com/demo/rootviewui":"https://<server>/<code>.rootui.comdemorootviewui-1.0.0" } });
The extended SAPUI5 application works. This SAPUI5 Component in a Workflow User Task.
I am getting a CORS error when opening the user task with this UI5 Component in the My Inbox.
How can I solve this problem?
Thank you
Sudhir