It was a beautiful day, and I came to work, and Sitecore accidentally gave me this:
[NullReferenceException: Object reference not set to an instance of an object.]
Sitecore.UIUtil.GetBrowserClassString() +491
Sitecore.sitecore.login.LoginPage.AddBrowserAttributes() +134
Sitecore.sitecore.login.LoginPage.OnPreRender(EventArgs e) +434
System.Web.UI.Control.PreRenderRecursiveInternal() +112
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4296
It was not only a break on this day, but also a way out of nowhere. It seems that I or someone from my team did not affect the changes, and it works fine.
Any ideas?
source
share