London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

[ERR] Deleting failed for content by path in console when running Delta indexing job

Created

Dec 06, 2023

Updated

Jan 18, 2024

State

Closed, Fixed and tested


Description

Fixed an issue where the Delta indexing job ran successfully after reindexing the site but an error message displayed in the console. 

[20:31:15 ERR] Deleting failed for content by path:
System.ArgumentNullException: operations cannot be null, empty, or contain any null or empty items. (Parameter 'operations')
   at Optimizely.ContentGraph.Core.Internal.Helpers.ObjectExtensions.ValidateNotNullOrEmptyArguments[T](IEnumerable`1 argument, String paramName)
   at Optimizely.ContentGraph.Core.Client.StreamAsync(IEnumerable`1 operations, CancellationToken cancellationToken)
   at Optimizely.ContentGraph.Cms.Core.Internal.ContentIndexer.DeleteAsync(IEnumerable`1 deleteItems)