on 2024 Sep 25 5:14 AM
I get some dependency errors in my application once it is already deployed in the Workzone or Fiori Launchpad, however I see them correctly mapped in my dependencies in the Manifest, it is worth mentioning that locally it does work for me, only when I deploy it it throws me those dependency errors, do you know what could be happening, in addition to that when I validate the loaded components in the network I see that some point to sapui5.hana.ondemand.com which is incorrect since it should point to the backend? I thank you in advance, I attach the errors and my manifest
Request clarification before answering.
Work Zone will always try to resolve the dependencies when it finds them in the html5 app repository but when the lib or component is not there it will forward to it to the ui5 resources.
In your case, I guess the app is deployed to BTP and the library or component is in your on-premise system. Workzone cannot resolve this because it is in two different systems.
easy solution would be to deploy your app to the same system as the component.
alternative would be to configure the path in your xs-app.json to map it with your backend. But you will also have to configure the resource roots for this component in the manifest to avoid it goes to the ui5 resources.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @robmamba25 did you manage to solve your issue?
i have similar issue, xs-app file was updated and under HTML5 apps it seems okay.
But on Worzone Lauchpad we still with problems pointing to sapui5.hana.ondemand.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
10 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.