How comes this is not throwing 404 https://mysite.test.nl/over-mysite/example

when i access this url its not showing me error page that it showing instead its showing umbraco default page not found? why is that , i got this in logs:


{
  "@t": "2025-03-10T09:53:05.3179464Z",
  "@mt": "Error in Redirect content finder",
  "@l": "Error",
  "@x": "System.NullReferenceException: Object reference not set to an instance of an object.\r\n   at Umbraco.Extensions.PublishedContentExtensions.Url(IPublishedContent content, IPublishedUrlProvider publishedUrlProvider, String culture, UrlMode mode)\r\n   at SEOChecker.Common.ContentFinder.RedirectContentFinder.TryFindContent(IPublishedRequestBuilder request)",
  "@tr": "1f22b685bbf25d5a8249a7437030fa2b",
  "@sp": "4f9c8683fc8b24fd",
  "SourceContext": "SEOChecker.Common.ContentFinder.RedirectContentFinder",
  "RequestPath": "/over-mysite/example",
  "ProcessId": 23348,
  "ProcessName": "iisexpress",
  "ThreadId": 52,
  "Log4NetLevel": "ERROR",
  "HttpRequestId": "0a5289e2-9065-4bcb-9d52-dc57cf742b51",
  "HttpRequestNumber": 2,
  "HttpSessionId": "0"
}

@rsoeteman

Hi,

This is related to the other (config) issue you posted on Discord, Maybe start over with a blank config?

yes it worked, this was another site :slight_smile:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.