Site is running Umbraco 11.2.0
I'm running into the following error which is producing this in the logs "Connection ID ""11168927086079390226"", Request ID ""8000322b-0002-9b00-b63f-84710c7967bb"": An unhandled exception was thrown by the application." I've copied the full error message below.
The site works locally, however, when I uploaded to our development site I had a 500 error. I commented out PageHeader in my code and the logs produced a similar error for another Field.
I've tried removing
from @inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
and restarted the app pool in IIS. I've checked homepage.generated.cs and homepageProperties.generated.cs and I haven't spotted any differences from my local copy to the development site. Regenerated models. If there was a button I pressed it.