Configuration missing on Live Copy tab of page properties | Community
Skip to main content
New Participant
March 19, 2021
Solved

Configuration missing on Live Copy tab of page properties

  • March 19, 2021
  • 2 replies
  • 2394 views

We do not see "Configuration" section on Live Copy tab of page properties in our non-prod and prod AEM. We are only seeing "Source" and "Status" sections. But its visible in my local AEM.

Does anyone know how to bring it there? 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

Hi @salamswapnil 

All the properties are inherited from the OOTB path below:
/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items/configuration

Please see if anyone has overridden the path and the configuration node might have been removed from the /apps path so it's not showing on the page. Once you add it back it, you should be able to see the configuration tab on all the pages.

 

Here is a link for more info about live copy: https://experienceleague.adobe.com/docs/experience-manager-64/administering/introduction/msm-livecopy.html?lang=en#synchronizing-your-live-copy


Hope this helps!
Thanks!

2 replies

Asutosh_Jena_
Asutosh_Jena_Accepted solution
New Participant
March 19, 2021

Hi @salamswapnil 

All the properties are inherited from the OOTB path below:
/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items/configuration

Please see if anyone has overridden the path and the configuration node might have been removed from the /apps path so it's not showing on the page. Once you add it back it, you should be able to see the configuration tab on all the pages.

 

Here is a link for more info about live copy: https://experienceleague.adobe.com/docs/experience-manager-64/administering/introduction/msm-livecopy.html?lang=en#synchronizing-your-live-copy


Hope this helps!
Thanks!

New Participant
March 22, 2021
@asutosh_jena_ We found the issue with your hint. We have not overridden it but the configuration node itself is missing at /libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items in all environments which is very strange. Thank you very much...!!!
bilal_ahmad
New Participant
March 19, 2021

Hi @salamswapnil please verify that on non-prod & prod, you have this node present at jcr:content level:

 this happens when you inherit the LiveSyncConfig from the parent.

 

Thanks,

Bilal.

New Participant
March 19, 2021
Yes @bilal_ahmad. Its there on all live copy root pages. So if my page path is /content/site/us/en/test-page then cq:LiveSyncConfig node is present on /content/site/us/en/jcr:content.