I’ve just installed SEOChecker on Umbraco 7.12.5 and I’m seeing a NullReferenceException in the back office area.
I installed SEOChecker via Nuget, using version 2.2.5 and was trying it locally on localhost so don’t need a license. Also, our site has multiple homepages in different languages, if that makes a difference. Has anyone seen this before? Thanks.
SEOChecker NullReferenceException
I’ve just installed SEOChecker on Umbraco 7.12.5 and I’m seeing a NullReferenceException in the back office area.
I installed SEOChecker via Nuget, using version 2.2.5 and was trying it locally on localhost so don’t need a license. Also, our site has multiple homepages in different languages, if that makes a difference. Has anyone seen this before? Thanks.
I ended up fixing this issue by registering the SEOChecker controllers with Autofac in the
OnApplicationStarted
event/method. e.g:is working on a reply...