Hi there!
I build a translation connector with ui.apps package and put `/apps/smartling-connector` and `/oak:index` into them.
Embedded the connector into WKND site project and deployed them into AEM Cloud. AEM Cloud Code Scanning says this warning:
Inclusion of both /apps/smartling-connector and /oak:index/smtl.fileUri-custom-1 in the same package violates the separation of immutable and mutable paths in the same package.
But according to https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/aem... it is proper way to deliver indices as a part of ui.apps.
Does anybody have the same warning? Is there a way to fix them?
Thank you!
Solved! Go to Solution.
Views
Replies
Total Likes
packages with mixed mutable and unmutable content are not working. For indexing I would recommend to start here [1] in the docs.
packages with mixed mutable and unmutable content are not working. For indexing I would recommend to start here [1] in the docs.
I mentioned the same link ))
Both /apps and /oak:index should be put into ui.apps package according to the doc. Here is explanation
For this reason, although Oak indexes are mutable at run time, they must be deployed as code so that they can be installed before any mutable packages are installed. Therefore /oak:index configurations are part of the Code Package and not part of the Content Package
Views
Replies
Total Likes
/apps and /oak:index are in the same package on the picture
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/assets/content-package-orga...
Views
Replies
Total Likes