We are using Umbraco 9.5 and every thing was running fine for a long time, but starting from today (2022-10-2) we are suffering from a strange error in Backoffice (in local PC only, however it's working fine on the IIS hosting) with the Backoffice API request "umbraco/backoffice/umbracoapi/entity/GetAncestors?id="
Do any one faced an unstable error with endpoint Controllers.EntityController.GetResultForAncestors
?
System.NotSupportedException, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: The Umbraco.Cms.Web.BackOffice.Controllers.EntityController does not currently support data for the type Language
Stacktrace
at Umbraco.Cms.Web.BackOffice.Controllers.EntityController.GetResultForAncestors(Int32 id, UmbracoEntityTypes entityType, FormCollection queryStrings) at lambda_method1162(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)