In the last two weeks I have had top level nodes in a site seem to delete themselves (not simply unpublished or trashed via the admin). Unfortunately the logs just say they were deleted by user 0. It looks like they were deleted using ContentService.Delete since the site is unpublishing and deleting all nodes under them. Is there any way to get more information on what is happening? Are there any packages that might cause this behavior?
You can check Diplo Audit Log Viewer (https://our.umbraco.org/projects/developer-tools/diplo-audit-log-viewer/) for more user-friendly view of your logs, but.. it will just say that Admin user deleted the node(s). Don't you have any logic / event hook / scheduled task / webapi methods for such a functionality? It must be triggered from somewhere.
Umbraco nodes deleting themselves
In the last two weeks I have had top level nodes in a site seem to delete themselves (not simply unpublished or trashed via the admin). Unfortunately the logs just say they were deleted by user 0. It looks like they were deleted using ContentService.Delete since the site is unpublishing and deleting all nodes under them. Is there any way to get more information on what is happening? Are there any packages that might cause this behavior?
You can check Diplo Audit Log Viewer (https://our.umbraco.org/projects/developer-tools/diplo-audit-log-viewer/) for more user-friendly view of your logs, but.. it will just say that Admin user deleted the node(s). Don't you have any logic / event hook / scheduled task / webapi methods for such a functionality? It must be triggered from somewhere.
is working on a reply...