


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.
Views
Replies
Sign in to like this content
Total Likes
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?
{ "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