While porting pages from the higher environment to the lower environment, I discovered missing experience fragments and images. I realized that the created package does not contain these elements. I'm unsure if I overlooked something during the package creation process. Do I need to locate and include all the images and experience fragments used in pages manually in the package?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @MukeshAEM,
You need to include experience fragment and asset path to the content package filter as well.
If your assets and experience fragments in a specific folder, you need to include those filter path like below:
my-project.content-package-20230711.zip
/content/my-project
/content/dam/my-project
/content/experience-fragments/my-project
Hi @MukeshAEM,
You need to include experience fragment and asset path to the content package filter as well.
If your assets and experience fragments in a specific folder, you need to include those filter path like below:
my-project.content-package-20230711.zip
/content/my-project
/content/dam/my-project
/content/experience-fragments/my-project
Hi @MukeshAEM
YES, you need to add the paths (images and XF location) manually to the package's filters. Usually, you will have organized all the images under the same parent folder, for example: /content/dam/my-company-images, so the task is not as hard as you think. Just keep in mind that packaging images can produce a huge package, so depending on your content, you can keep a couple of separate packages, one for images and one for pages, or so. The same applies to XF, just a common parent path where all the XF lives into the same or a dedicated package.
I Hope this helps.
If you are using Cloud Manager or AEM as a CS, you can use Content Copy tool to move pages, XFs, DAM content from higher environments to lower environments.
Consider taking a look at this option:
AEM Cloud Manager: https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/content/using/content-copy....
AEM as a CS: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...
Filter in aem package manger has 1:1 mapping with its filter node. It will never automatically pulls the references via package manager. So you need to update the filter to include assets and experience fragments
Views
Likes
Replies