We're working on this mystery I was sent by
@User who is probably very busy with the newborn that appeared this week 😅
> when creating content via a reoccuring task, I'm getting this error:
>
> System.NullReferenceException: Object reference not set to an instance of an object.
> at Umbraco.Web.Routing.RedirectTrackingComponent.CreateRedirects(OldRoutesDictionary oldRoutes) in D:\a\1\s\src\Umbraco.Web\Routing\RedirectTrackingComponent.cs:line 127
> at Umbraco.Core.Events.TypedEventHandler`2.Invoke(TSender sender, TEventArgs e)
> at Umbraco.Core.Events.EventDefinition`2.RaiseEvent() in D:\a\1\s\src\Umbraco.Core\Events\EventDefinition.cs:line 69
> at Umbraco.Core.Events.QueuingEventDispatcher.ScopeExitCompleted() in D:\a\1\s\src\Umbraco.Core\Events\QueuingEventDispatcher.cs:line 23
> at Umbraco.Core.Events.QueuingEventDispatcherBase.ScopeExit(Boolean completed) in D:\a\1\s\src\Umbraco.Core\Events\QueuingEventDispatcherBase.cs:line 337
> at Umbraco.Core.Scoping.Scope.<>c__DisplayClass85_0.
b__1() in D:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 667
> at Umbraco.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions) in D:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 705
> at Umbraco.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions) in D:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 709
> at Umbraco.Core.Scoping.Scope.RobustExit(Boolean completed, Boolean onException) in D:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 653
> at Umbraco.Core.Scoping.Scope.Dispose() in D:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 555
>
>
> This happens after saving it as it appears to be one of the Saving/Saved event handlers. The underlying save does appear to work but I don't think it should throw the exception