You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try and load a site that is locked - without being logged in you get an error:
An unhandled exception has occurred while executing the request.
System.NullReferenceException: Object reference not set to an instance of an object.
at Our.Umbraco.MaintenanceMode.BackofficeUserAccessor.get_BackofficeUser()
at Our.Umbraco.MaintenanceMode.Middleware.MaintenanceRedirectMiddleware.InvokeAsync(HttpContext context, IBackofficeUserAccessor backofficeUserAccessor)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
this seems to be an internal to umbraco thing.
The text was updated successfully, but these errors were encountered:
When you try and load a site that is locked - without being logged in you get an error:
this seems to be an internal to umbraco thing.
The text was updated successfully, but these errors were encountered: