diff --git a/src/Umbraco.Infrastructure/Routing/RedirectTrackingHandler.cs b/src/Umbraco.Infrastructure/Routing/RedirectTrackingHandler.cs index a688f4f5eb..7f99b32b02 100644 --- a/src/Umbraco.Infrastructure/Routing/RedirectTrackingHandler.cs +++ b/src/Umbraco.Infrastructure/Routing/RedirectTrackingHandler.cs @@ -129,7 +129,7 @@ namespace Umbraco.Cms.Core.Routing return; } - var contentCache = _publishedSnapshotAccessor.PublishedSnapshot?.Content; + var contentCache = publishedSnapshot.Content; if (contentCache == null) {