Facing a issue while synchronizing content for editable templates | Community
Skip to main content
New Member
March 21, 2022

Facing a issue while synchronizing content for editable templates

  • March 21, 2022
  • 2 replies
  • 1455 views

I am using AEM 6.5.

Steps to reproduce

  1. Add a new component on page
  2. open page properties 
  3. Cancel inheritance of any of the properties
  4. undo cancel inheritance, select the checkbox "Syncronize after reverting inheritance"
  5. The newly added component is not available on the page and now page has only the template structure present in catalog

This is not reproducible in we-retail website, can anyone help to identify if anything missed

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

2 replies

martin_ecx_io
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 21, 2022

is the content also missing from the repo structure if you look at the page in crx/de?

are you running the latest service pack, and does the same happen with 6.5.0 with no SPs installed?

New Member
March 21, 2022

@martin_ecx_io 

Yes, it is missing from rep structure in crx/de as well,

I am working on latest service pack, it is not happening for we-retail with latest SP but happening for custom implementation

martin_ecx_io
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 21, 2022

Are you able to compare the properties you see on your page and a we.retail page after creation based on the editable template?  wondering if you template is adding some properties which are causing the inheritance to to work differently.

Anmol_Bhardwaj
Community Advisor
Community Advisor
March 23, 2022

Hi @vaibhavja4 ,

Please check if you have cq:LiveSyncConfig node present under the live copy in which you are trying to make the changes. 

Also, If the node is present there, check for the following properties

  • cq:master : should be pointing to the parent page/blueprint
  • cq:deep : true
  • cq:rolloutConfigs : should be present and non-empty (optional)

If all of these things are present, then try to create a new live copy from the master page and check if you get the same issue with it. If not, issue lies within the blueprint config/rollout config.

New Member
March 23, 2022

Hi @anmol_bhardwaj @martin_ecx_io 
Thanks for reply, ill try and get back
One more Question, Mixin types like cq:LiveSyncCancelled, When i add these on my catalog and do a catalog Rollout, Mixin type is not getting reflected on a existing page whereas it is getting reflected on a new page created with catalog Rollout.
Is this expected or this itself is a issue?

Anmol_Bhardwaj
Community Advisor
Community Advisor
March 24, 2022

This is not expected. This issue looks related to the sync issue.