Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Issue in page move live copy - AEM 6.5 and AEM Cloud

Avatar

Level 2

Hi,

When we try to move the page, the page gets moved in the destination and existing page gets deleted. This is working fine for blueprint pages. But,when we check the live copy of that page, the page got moved to the new location and the existing page remains in the old location. 

I have added pagemoveaction config and also tried to overlay the orderlist and ordered pagemoveaction config above the standard rollout config. Still the issue exists.

 

Thanks,

Abirami

2 Replies

Avatar

Level 4

Hi @Abirami_SD 

Use correct rollout config
Ensure your rollout config includes:Json

"cq:actions": ["PageMoveAction"],
"cq:trigger": "pageMove"
  1. Apply rollout config to live copy root
    Under /content/site/language, check cq:rolloutConfigs in cq:LiveSyncConfig.

  2. Check inheritance
    Make sure inheritance isn’t cancelled (no cq:isCancelledForChildren = true).

  3. Trigger rollout manually
    In AEM Sites console, use "Rollout" from the Blueprint tab to test.

  4. Avoid manual move in live copy
    Always move in blueprint, then rollout.

Regards,

Karishma.

 

Avatar

Level 2

Hi @Karishma_begumSh ,

  • I have tried this as well. But still the issue exists.