[AEM][6.5] I can't create new Page from site after update after upgrading from AEM 6.4 to AEM 6.5 | Community
Skip to main content
Level 2
March 28, 2022

[AEM][6.5] I can't create new Page from site after update after upgrading from AEM 6.4 to AEM 6.5

  • March 28, 2022
  • 1 reply
  • 945 views

Since I updated to version 6.5 I can create pages from a parent node without problems, but, it's not letting me create a page in the case where the parent has more than one offspring of nodes. The funny thing is that if no child node has been created, a new page can be created without problems, but once a new page is created, no more can be created.

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

1 reply

B_Sravan
Community Advisor
Community Advisor
March 28, 2022

I have almost used all 6.5.x versions and never faced this issue. Something might be missing here, could you provide your content tree and jcr:content of each node to further look into this?

Level 2
March 28, 2022

 

{
  "jcr:primaryType": "cq:Page",
  "jcr:createdBy": "admin",
  "jcr:created": "Mon Mar 28 2022 15:18:28 GMT-0300",
  "jcr:content": {
    "jcr:primaryType": "cq:PageContent",
    "jcr:createdBy": "admin",
    "jcr:title": "Chapter",
    "cq:template": "/apps/latam-portal-agencias/templates/capitulo-procom",
    "publishDate": "Mon Mar 28 2022 15:18:00 GMT-0300",
    "jcr:created": "Mon Mar 28 2022 15:18:28 GMT-0300",
    "cq:lastModified": "Mon Mar 28 2022 15:18:28 GMT-0300",
    "es_cl": "true",
    "sling:resourceType": "latam-portal-agencias/components/structure/pages/capitulo-procom",
    "cq:lastModifiedBy": "admin"
  }
}

I got the branch via infinity.json from Chapter

 

 

Example:

 

When I don't have any child nodes created I can create new Page

 

 

But when I create one, I can't create another one anymore