System.InvalidOperationException: The view 'Index' was not found. The following locations were searched:
/Views/_CodeGen/Index.zh.cshtml
/Views/_CodeGen/Index.cshtml
/Views/Shared/Index.zh.cshtml
/Views/Shared/Index.cshtml
/Pages/Shared/Index.zh.cshtml
/Pages/Shared/Index.cshtml
at Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable`1 originalLocations)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor.ExecuteAsync(ActionContext context, ViewResult result)
at Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(ActionContext context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|29_0TFilter,TFilterAsync