Hello!
I'm trying to run sapui5 module using sapui5 as resource dependency.
mta app started:
My mta.yaml:
ID: my.app _schema-version: '2.1' version: 0.0.1 modules: - name: client type: html5 path: client requires: - name: sapui5-provider properties: ui5liburl: '~{url}' resources: - name: sapui5-provider parameters: provider-id: com.sap.ui5.dist.sapui5-dist-xsa.XSAC_UI5_FESV4:sapui5_fesv4 version: '>=1.42.0' provider-nid: mta type: configuration
When i build and run client module i get the Error:
Parameters of the configuration resource sapui5-provider in the mta.yaml file do not match any deployed MTA module. Make sure that the referenced MTA is deployed, and that the parameters match its properties.
Maybe i missed something?