SitecoreSidekick icon indicating copy to clipboard operation
SitecoreSidekick copied to clipboard

Parallel publishing and SitecoreSidekick togeher

Open Antonytm opened this issue 2 years ago • 0 comments

Steps to reproduce:

  1. Enable Sitecore.Publishing.Parallel.config
  2. Run publish of website with publish type: Republish

Actual result: Bunch of errors in a log

Exception: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: Sidekick.AuditLog
   at Sidekick.AuditLog.Model.ItemAuditEntry..ctor(String eventId, String label, String color, Item item) in C:\source\SitecoreSidekick\ScsAuditLog\Model\ItemAuditEntry.cs:line 54
   at Sidekick.AuditLog.Core.LuceneAuditLog.Log(Item item, String eventId, String color, String label, String note) in C:\source\SitecoreSidekick\ScsAuditLog\Core\LuceneAuditLog.cs:line 142

Expected result: No exception in logs

Antonytm avatar Nov 19 '22 15:11 Antonytm