I have a page which in CRX the page is visible, but is not showing in Site Admin. I am using AEM 6.1 .
Do you have any suggestions on how to resolve?
Solved! Go to Solution.
Views
Replies
Total Likes
The reason this might have happened is because of the permissions of the user who deleted the page. This page might have been replicated at some point but the user who deleted the page didn't have replicate permissions. You can check this by observing if there is a deleted and deletedBy flag in jcr:content node of this site.
When the deleted flag is applied, the page is hidden from the siteadmin so no other author can work on a page which is marked for deletion.
I hope this helps.
Best Regards,
Aneet Arora
Views
Replies
Total Likes
Hi,
Can you check if there is hidden property with value true on jcr:content of the page
Views
Replies
Total Likes
Hi,
Additionally, could you please provide error.log and your-project-name.log for troubleshooting?
Regards,
Peter
Views
Replies
Total Likes
When you load site admin - check to see if there are browser errors or log errors. Was this page created using site admin?
Views
Replies
Total Likes
Thanks Arun, Unfortunately, there is no hidden property on the jcr:content node set either way.
Views
Replies
Total Likes
The reason this might have happened is because of the permissions of the user who deleted the page. This page might have been replicated at some point but the user who deleted the page didn't have replicate permissions. You can check this by observing if there is a deleted and deletedBy flag in jcr:content node of this site.
When the deleted flag is applied, the page is hidden from the siteadmin so no other author can work on a page which is marked for deletion.
I hope this helps.
Best Regards,
Aneet Arora
Views
Replies
Total Likes
I removed the "deleted" flag and now the page is showing in site admin, it is!
Views
Replies
Total Likes