Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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

Avatar

Level 2

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.

2 Replies

Avatar

Community Advisor

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?

Avatar

Level 2

 

{
  "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

 

juancarlos2022_0-1648493216079.png

 

Example:

 

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

juancarlos2022_2-1648493408305.png

 

 

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

juancarlos2022_1-1648493329263.png