활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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