Unpublish parent page and Publish only Child page without publishing its parent page causing 404 in publishing instance.
I have a scenario like below page structure.
Home -> First level -> Second Level -> Third Level
From the above page structure I unpublished Second level page( which automatically unpublish Third level page also). Now I published Third level page only without publishing its parent page(Second level page). When I try to open Third level page in publishing instance causing 404. I verified node structure in publishing instance and observed jcr:content node is missing for Second level page. Due to this not able to see all pages starting from First level and its all child pages, second level pages and its all child pages also third level pages.
I know when we publishing third level page alone without its parent page, Third level page will be bad link. But starting from first level page page all pages are broken.
Any solution for this?