Hi Team,
I’m working on an Umbraco 13 project and noticed that when I click Unpublish, the confirmation popup keeps loading, and I have to wait until the Unpublish button appears before I can proceed.
In the Network tab, I see these requests pending:
/umbraco/backoffice/umbracoapi/trackedreferences/GetPagedReferences?id=114453&entityType=DOCUMENT&pageNumber=1&pageSize=10&filterMustBeIsDependency=true
/umbraco/backoffice/umbracoapi/trackedreferences/GetPagedDescendantsInReferences?parentId=114453&entityType=DOCUMENT&pageNumber=1&pageSize=10
Is this a known issue or bug? I do have a few unpublish event handlers in place—wondering if they could be contributing to the delay.
Thanks