Skip to Content
0
May 11, 2021 at 07:54 PM

View Extended UI5 Component causes CORS error in Workflow Inbox.

194 Views Last edit Jun 25, 2021 at 08:49 AM 2 rev

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