When deleting a page from SiteAdmin it shows deleted from SiteAdmin but the Crxde node for the same still remains/not getting deleted.
Hi All,
I am facing an issue in our prod environment where if we delete a page from the siteadmin (e.g. myproject/en/page) then that page's node (/content/myproject/en/page) in crxde is not getting deleted.
Using AEM 6.1 SP1.
In siteadmin it shows the page as deleted and if i try to create a new page with same name e.g. "page" then it creates the new page with altered name like "-page" or "page0" due to the fact that the deleted page node is still existing in crxde.
I have checked the event listener network status, everything looks fine.
Checked the logs and there's also nothing. There's no such issue on local and dev environments.
Please suggest something on this.
Thanks in advance.