powershell-universal icon indicating copy to clipboard operation
powershell-universal copied to clipboard

Clicking on Settings \ Files gives 'Bad Path'

Open RockoTheeHut opened this issue 1 year ago • 7 comments
trafficstars

Version

5.0.0-betaX

Severity

Low

Environment

msi

Steps to Reproduce

V5 RC2

Click on Settings \ Files

Expected behavior

It works

Actual behavior

Displays Bad Path

Additional Environment data

V5 RC2

Screenshots/Animations

image image

RockoTheeHut avatar Jul 21 '24 17:07 RockoTheeHut

I can't reproduce this. Can you check the system log to see if there were any exceptions?

adamdriscoll avatar Jul 21 '24 22:07 adamdriscoll

More context. If I select Files, it just does nothing. Whatever is on the screen just stays there. If I hit files a second time, I get the error above. I did capture an exception:

2024-07-22 16:25:45.255 -04:00 [ERR] An unhandled exception has occurred while executing the request. System.Exception: Bad path at UniversalAutomation.Services.UniversalConfigurationService.ListItems(String path) in C:\actions-runner_work\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 421 at Universal.Server.Pages.Settings.ConfigurationEditor.OnInitialized() in C:\actions-runner_work\universal\universal\src\Universal.Server\Pages\Settings\ConfigurationEditor.razor:line 165 at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewSubtree(DiffContext& diffContext, Int32 frameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex) at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& diffContext, Int32 oldStartIndex, Int32 oldEndIndexExcl, Int32 newStartIndex, Int32 newEndIndexExcl) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue() at Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary.SetParametersAsync(ParameterView parameters) at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters) --- End of stack trace from previous location --- at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters) at Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderRootComponentAsync(Int32 componentId, ParameterView initialParameters) at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.<InvokeAsync>g__Execute|9_0[TResult](ValueTuple3 state) --- End of stack trace from previous location --- at Microsoft.AspNetCore.Components.Endpoints.EndpointHtmlRenderer.PrerenderComponentAsync(HttpContext httpContext, Type componentType, IComponentRenderMode prerenderMode, ParameterView parameters, Boolean waitForQuiescence) at Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output) at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count) at PowerShellUniversal.Pages__Host.<>c__DisplayClass11_0.<<ExecuteAsync>b__1>d.MoveNext() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Pages\_Host.cshtml:line 32 --- End of stack trace from previous location --- at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync() at PowerShellUniversal.Pages__Host.ExecuteAsync() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Pages\_Host.cshtml:line 10 at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, String contentType, Nullable1 statusCode) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, String contentType, Nullable1 statusCode) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultAsync>g__Logged|22_0(ResourceInvoker invoker, IActionResult result) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|30_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeResultFilters() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at PowerShellUniversal.FeatureMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\FeatureMiddleware.cs:line 42 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at PowerShellUniversal.DisallowedModeMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\ModeMiddleware.cs:line 41 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at PowerShellUniversal.CspMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\CspMiddleware.cs:line 28 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at Universal.Server.Middleware.RoutingMiddleware.Invoke(HttpContext httpContext, IPolicyEvaluator policyEvaluator) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\RoutingMiddleware.cs:line 170 at PowerShellUniversal.PSUMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\PowerShellMiddleware.cs:line 43 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Universal.Server.Middleware.WindowsAuthMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\WindowsAuthMiddleware.cs:line 27 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at Universal.Server.Middleware.SwaggerAuthenticationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Middleware\SwaggerAuthMiddleware.cs:line 51 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext() --- End of stack trace from previous location --- at AspNetCoreRateLimit.RateLimitMiddleware1.Invoke(HttpContext context) in C:\actions-runner_work\universal\universal\src\AspNetCoreRateLimit\Middleware\RateLimitMiddleware.cs:line 109 at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)

RockoTheeHut avatar Jul 22 '24 20:07 RockoTheeHut

This is the preceding logs:

2024-07-22 16:25:45.241 -04:00 [DBG] The request path /admin/settings/files does not match a supported file type 2024-07-22 16:25:45.241 -04:00 [DBG] The request path does not match the path filter 2024-07-22 16:25:45.241 -04:00 [DBG] The request path does not match the path filter 2024-07-22 16:25:45.241 -04:00 [DBG] 1 candidate(s) found for the request path '/admin/settings/files' 2024-07-22 16:25:45.241 -04:00 [DBG] Endpoint 'Fallback /{**segment}' with route pattern '/{**segment}' is valid for the request path '/admin/settings/files' 2024-07-22 16:25:45.241 -04:00 [DBG] Request matched endpoint '/_Host' 2024-07-22 16:25:45.243 -04:00 [INF] Executing endpoint '/_Host' 2024-07-22 16:25:45.243 -04:00 [INF] Route matched with {page = "/_Host", action = "", controller = ""}. Executing page /_Host 2024-07-22 16:25:45.243 -04:00 [DBG] Execution plan of authorization filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter"] 2024-07-22 16:25:45.243 -04:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-07-22 16:25:45.243 -04:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2024-07-22 16:25:45.243 -04:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2024-07-22 16:25:45.243 -04:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-07-22 16:25:45.243 -04:00 [DBG] Executing page factory for page PowerShellUniversal.Pages__Host (Universal.Server) 2024-07-22 16:25:45.243 -04:00 [DBG] Executed page factory for page PowerShellUniversal.Pages__Host (Universal.Server) 2024-07-22 16:25:45.243 -04:00 [INF] Executing an implicit handler method - ModelState is "Valid" 2024-07-22 16:25:45.243 -04:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. 2024-07-22 16:25:45.243 -04:00 [DBG] Initializing root component 0 (Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 0 of type Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 1 (Microsoft.AspNetCore.Components.Web.HeadOutlet) as child of 0 (Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 1 of type Microsoft.AspNetCore.Components.Web.HeadOutlet 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 2 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) as child of 1 (Microsoft.AspNetCore.Components.Web.HeadOutlet) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 3 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) as child of 1 (Microsoft.AspNetCore.Components.Web.HeadOutlet) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 2 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 4 (Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer) as child of 2 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 2 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 3 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 5 (Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer) as child of 3 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 3 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 4 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 4 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 5 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 5 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing root component 6 (Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 6 of type Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 7 (PowerShellUniversal.App) as child of 6 (Microsoft.AspNetCore.Components.Endpoints.SSRRenderModeBoundary) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 7 of type PowerShellUniversal.App 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 8 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) as child of 7 (PowerShellUniversal.App) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 9 (AntDesign.AntContainer) as child of 7 (PowerShellUniversal.App) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 8 of type Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 10 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) as child of 8 (Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 9 of type AntDesign.AntContainer 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 11 (AntDesign.Notification) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 12 (AntDesign.Message) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 13 (AntDesign.ComfirmContainer) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 14 (AntDesign.DrawerContainer) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 15 (AntDesign.ModalContainer) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 16 (AntDesign.ImagePreviewContainer) as child of 9 (AntDesign.AntContainer) 2024-07-22 16:25:45.244 -04:00 [DBG] Rendering component 10 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]] 2024-07-22 16:25:45.244 -04:00 [DBG] Initializing component 17 (PowerShellUniversal.ConsoleLoading) as child of 10 (Microsoft.AspNetCore.Components.CascadingValue1[System.Threading.Tasks.Task1[Microsoft.AspNetCore.Components.Authorization.AuthenticationState]]) 2024-07-22 16:25:45.244 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'SystemLoading' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 11 of type AntDesign.Notification 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 12 of type AntDesign.Message 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 13 of type AntDesign.ComfirmContainer 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 14 of type AntDesign.DrawerContainer 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 15 of type AntDesign.ModalContainer 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 16 of type AntDesign.ImagePreviewContainer 2024-07-22 16:25:45.248 -04:00 [DBG] Rendering component 17 of type PowerShellUniversal.ConsoleLoading 2024-07-22 16:25:45.248 -04:00 [DBG] Initializing component 18 (Microsoft.AspNetCore.Components.Web.PageTitle) as child of 17 (PowerShellUniversal.ConsoleLoading) 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 19 (Microsoft.AspNetCore.Components.Routing.Router) as child of 17 (PowerShellUniversal.ConsoleLoading) 2024-07-22 16:25:45.249 -04:00 [DBG] Request successfully matched the route with name 'null' and template '/admin/settings/files' 2024-07-22 16:25:45.249 -04:00 [DBG] Navigating to component Universal.Server.Pages.Settings.ConfigurationEditor in response to path '/admin/settings/files' with base URI 'XXXXXXXXXXXXX' 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 18 of type Microsoft.AspNetCore.Components.Web.PageTitle 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 20 (Microsoft.AspNetCore.Components.Sections.SectionContent) as child of 18 (Microsoft.AspNetCore.Components.Web.PageTitle) 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 19 of type Microsoft.AspNetCore.Components.Routing.Router 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 21 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) as child of 19 (Microsoft.AspNetCore.Components.Routing.Router) 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 22 (Microsoft.AspNetCore.Components.Routing.FocusOnNavigate) as child of 19 (Microsoft.AspNetCore.Components.Routing.Router) 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 2 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 23 (Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer) as child of 2 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) 2024-07-22 16:25:45.249 -04:00 [DBG] Disposing component 4 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 21 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 24 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) as child of 21 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView) 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 22 of type Microsoft.AspNetCore.Components.Routing.FocusOnNavigate 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 23 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 24 of type Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 25 (Microsoft.AspNetCore.Components.LayoutView) as child of 24 (Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView+AuthorizeRouteViewCore) 2024-07-22 16:25:45.249 -04:00 [DBG] Rendering component 25 of type Microsoft.AspNetCore.Components.LayoutView 2024-07-22 16:25:45.249 -04:00 [DBG] Initializing component 26 (PowerShellUniversal.MainLayout) as child of 25 (Microsoft.AspNetCore.Components.LayoutView) 2024-07-22 16:25:45.250 -04:00 [DBG] Rendering component 26 of type PowerShellUniversal.MainLayout 2024-07-22 16:25:45.250 -04:00 [DBG] Initializing component 27 (Microsoft.AspNetCore.Components.Web.HeadContent) as child of 26 (PowerShellUniversal.MainLayout) 2024-07-22 16:25:45.250 -04:00 [DBG] Initializing component 28 (AntDesign.Layout) as child of 26 (PowerShellUniversal.MainLayout) 2024-07-22 16:25:45.250 -04:00 [DBG] Rendering component 27 of type Microsoft.AspNetCore.Components.Web.HeadContent 2024-07-22 16:25:45.250 -04:00 [DBG] Initializing component 29 (Microsoft.AspNetCore.Components.Sections.SectionContent) as child of 27 (Microsoft.AspNetCore.Components.Web.HeadContent) 2024-07-22 16:25:45.250 -04:00 [DBG] Rendering component 28 of type AntDesign.Layout 2024-07-22 16:25:45.250 -04:00 [DBG] Initializing component 30 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) as child of 28 (AntDesign.Layout) 2024-07-22 16:25:45.250 -04:00 [DBG] Rendering component 3 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 31 (Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer) as child of 3 (Microsoft.AspNetCore.Components.Sections.SectionOutlet) 2024-07-22 16:25:45.251 -04:00 [DBG] Disposing component 5 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 30 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout] 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 32 (Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.ConsoleState]) as child of 30 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 31 of type Microsoft.AspNetCore.Components.Sections.SectionOutlet+SectionOutletContentRenderer 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 32 of type Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.ConsoleState] 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 33 (Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.Branding]) as child of 32 (Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.ConsoleState]) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 33 of type Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.Branding] 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 34 (PowerShellUniversal.ConsoleMenu) as child of 33 (Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.Branding]) 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 35 (AntDesign.Layout) as child of 33 (Microsoft.AspNetCore.Components.CascadingValue1[PowerShellUniversal.Branding]) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 34 of type PowerShellUniversal.ConsoleMenu 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 36 (AntDesign.Sider) as child of 34 (PowerShellUniversal.ConsoleMenu) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 35 of type AntDesign.Layout 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 37 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) as child of 35 (AntDesign.Layout) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 28 of type AntDesign.Layout 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 36 of type AntDesign.Sider 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 38 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Sider]) as child of 36 (AntDesign.Sider) 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 39 (AntDesign.Icon) as child of 36 (AntDesign.Sider) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 37 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout] 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 40 (PowerShellUniversal.ConsoleHeader) as child of 37 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 41 (AntDesign.Content) as child of 37 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 42 (PowerShellUniversal.ConsoleFooter) as child of 37 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout]) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 30 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout] 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 38 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Sider] 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 43 (AntDesign.Header) as child of 38 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Sider]) 2024-07-22 16:25:45.251 -04:00 [DBG] Initializing component 44 (AntDesign.Menu) as child of 38 (Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Sider]) 2024-07-22 16:25:45.251 -04:00 [DBG] Rendering component 39 of type AntDesign.Icon 2024-07-22 16:25:45.252 -04:00 [DBG] Rendering component 40 of type PowerShellUniversal.ConsoleHeader 2024-07-22 16:25:45.252 -04:00 [DBG] Initializing component 45 (AntDesign.Header) as child of 40 (PowerShellUniversal.ConsoleHeader) 2024-07-22 16:25:45.252 -04:00 [DBG] Rendering component 41 of type AntDesign.Content 2024-07-22 16:25:45.252 -04:00 [DBG] Initializing component 46 (Universal.Server.Pages.Settings.ConfigurationEditor) as child of 41 (AntDesign.Content) 2024-07-22 16:25:45.252 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'AddFolder' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-22 16:25:45.252 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'AddFile' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-22 16:25:45.254 -04:00 [INF] Executed page /_Host in 10.4312ms 2024-07-22 16:25:45.254 -04:00 [INF] Executed endpoint '/_Host' 2024-07-22 16:25:45.254 -04:00 [DBG] No settings found. Loading from database.

RockoTheeHut avatar Jul 22 '24 20:07 RockoTheeHut

Thanks. That's helpful. I added some error handling for this code path and fixed the UI behaving like that. It will display an error message instead. That said, I'm not exactly sure why this is happening. The error is popping up because PSU thinks the directory that you are trying to list is not part of the repository directory. We have this check to avoid remote directory traversal.

The log has been updated to include what file paths we are trying to compare. If I could get a hold of that from you, we should be able to squash this pretty quickly. These updates will be in tonight's build if you want to try.

Otherwise, some helpful info would be how you are hosting this and what your appsettings.json file looks like.

adamdriscoll avatar Jul 22 '24 20:07 adamdriscoll

image

RockoTheeHut avatar Jul 23 '24 13:07 RockoTheeHut

There are FAR more debug messages in this version so I hope I am finding the relevant logging you added.

2024-07-23 09:27:31.700 -04:00 [DBG] Rendering component 423 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Space] 2024-07-23 09:27:31.700 -04:00 [DBG] Rendering component 424 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Space] 2024-07-23 09:27:31.700 -04:00 [DBG] Rendering component 425 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Space] 2024-07-23 09:27:31.700 -04:00 [DBG] Rendering component 442 of type AntDesign.SpaceItem 2024-07-23 09:27:31.701 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Resources' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.701 -04:00 [DBG] Rendering component 443 of type AntDesign.SpaceItem 2024-07-23 09:27:31.701 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Widgets' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.701 -04:00 [DBG] Rendering component 444 of type AntDesign.SpaceItem 2024-07-23 09:27:31.701 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Pages' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.701 -04:00 [DBG] Sending render batch 722 of size 3948 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:31.701 -04:00 [DBG] Location change to 'XXXXXXXXXX.net/admin/settings/files' in circuit 'gru2Kwzb703sDi1E1lzYaHMYeNONS9Q_JYs7Dlyk5mA' succeeded. 2024-07-23 09:27:31.701 -04:00 [DBG] The JS interop call with callback id '73' succeeded. 2024-07-23 09:27:31.701 -04:00 [DBG] Begin invoke JS interop '74': 'Blazor._internal.domWrapper.focusBySelector' 2024-07-23 09:27:31.701 -04:00 [DBG] Begin invoke JS interop '75': 'AntDesign.interop.observable.resize.isResizeObserverSupported' 2024-07-23 09:27:31.701 -04:00 [DBG] Begin invoke JS interop '76': 'AntDesign.interop.eventHelper.addDomEventListener' 2024-07-23 09:27:31.701 -04:00 [DBG] Begin invoke JS interop '77': 'AntDesign.interop.eventHelper.addDomEventListener' 2024-07-23 09:27:31.701 -04:00 [DBG] Invoking instance method 'Invoke' on instance '26' with callback id '37'. 2024-07-23 09:27:31.701 -04:00 [DBG] Invocation of 'Invoke' on reference '26' with callback id '37' completed successfully. 2024-07-23 09:27:31.704 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 722, ], StreamIds: [ ] }. 2024-07-23 09:27:31.704 -04:00 [DBG] Received confirmation for batch 722 2024-07-23 09:27:31.704 -04:00 [DBG] Completing batch 722 without error in 3.5309ms. 2024-07-23 09:27:31.704 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 74, True, [74,true,null] ], StreamIds: [ ] }. 2024-07-23 09:27:31.705 -04:00 [DBG] The JS interop call with callback id '74' succeeded. 2024-07-23 09:27:31.705 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 75, True, [75,true,true] ], StreamIds: [ ] }. 2024-07-23 09:27:31.705 -04:00 [DBG] The JS interop call with callback id '75' succeeded. 2024-07-23 09:27:31.705 -04:00 [DBG] Begin invoke JS interop '78': 'AntDesign.interop.observable.resize.create' 2024-07-23 09:27:31.705 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 76, True, [76,true,null] ], StreamIds: [ ] }. 2024-07-23 09:27:31.705 -04:00 [DBG] The JS interop call with callback id '76' succeeded. 2024-07-23 09:27:31.705 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 77, True, [77,true,null] ], StreamIds: [ ] }. 2024-07-23 09:27:31.705 -04:00 [DBG] The JS interop call with callback id '77' succeeded. 2024-07-23 09:27:31.707 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 78, True, [78,true,null] ], StreamIds: [ ] }. 2024-07-23 09:27:31.707 -04:00 [DBG] The JS interop call with callback id '78' succeeded. 2024-07-23 09:27:31.707 -04:00 [DBG] Begin invoke JS interop '79': 'AntDesign.interop.observable.resize.observe' 2024-07-23 09:27:31.710 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "EndInvokeJSFromDotNet", Arguments: [ 79, True, [79,true,null] ], StreamIds: [ ] }. 2024-07-23 09:27:31.711 -04:00 [DBG] The JS interop call with callback id '79' succeeded. 2024-07-23 09:27:31.717 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "BeginInvokeDotNetFromJS", Arguments: [ 38, , Invoke, 29, ["[{\"borderBoxSize\":{},\"contentBoxSize\":{},\"contentRect\":{\"x\":23.984375,\"y\":15.984375,\"width\":1873.921875,\"height\":331.9375,\"top\":15.984375,\"right\":1897.90625,\"bottom\":347.921875,\"left\":23.984375}}]"] ], StreamIds: [ ] }. 2024-07-23 09:27:31.717 -04:00 [DBG] Invoking instance method 'Invoke' on instance '29' with callback id '38'. 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 999 of type AntDesign.PageHeader 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1003 of type AntDesign.Core.Component.ResizeObserver.ResizeObserver 2024-07-23 09:27:31.717 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'AddFile' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.717 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'AddFolder' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.717 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'DeleteFileConfirm' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1005 of type PowerShellUniversal.InputModal 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1006 of type PowerShellUniversal.InputModal 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1007 of type AntDesign.Popconfirm 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1008 of type AntDesign.Layout 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1010 of type AntDesign.Button 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1011 of type AntDesign.Modal 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1012 of type AntDesign.Button 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1013 of type AntDesign.Modal 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1014 of type AntDesign.Button 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1015 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Popconfirm] 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1016 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Layout] 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1017 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Button] 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1018 of type AntDesign.DialogWrapper 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1019 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Button] 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1020 of type AntDesign.DialogWrapper 2024-07-23 09:27:31.717 -04:00 [DBG] Rendering component 1021 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Button] 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1022 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Boolean] 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1023 of type AntDesign.Sider 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1024 of type AntDesign.Content 2024-07-23 09:27:31.718 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'SelectFile' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1028 of type AntDesign.Internal.Overlay 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1029 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Sider] 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1031 of type AntDesign.Tree1[PowerShellUniversal.FileSystemItem] 2024-07-23 09:27:31.718 -04:00 [DBG] Rendering component 1033 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Tree1[PowerShellUniversal.FileSystemItem]] 2024-07-23 09:27:31.718 -04:00 [DBG] Sending render batch 723 of size 336 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:31.718 -04:00 [DBG] Invocation of 'Invoke' on reference '29' with callback id '38' completed successfully. 2024-07-23 09:27:31.720 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 723, ], StreamIds: [ ] }. 2024-07-23 09:27:31.720 -04:00 [DBG] Received confirmation for batch 723 2024-07-23 09:27:31.720 -04:00 [DBG] Completing batch 723 without error in 2.6081ms. 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 116 of type PowerShellUniversal.NotificationsBadge 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 162 of type AntDesign.Tooltip 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 207 of type Microsoft.AspNetCore.Components.Routing.NavLink 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 208 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Tooltip] 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 255 of type AntDesign.Badge 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 256 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Boolean] 2024-07-23 09:27:32.015 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:32.015 -04:00 [DBG] Sending render batch 724 of size 132 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:32.019 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 724, ], StreamIds: [ ] }. 2024-07-23 09:27:32.019 -04:00 [DBG] Received confirmation for batch 724 2024-07-23 09:27:32.019 -04:00 [DBG] Completing batch 724 without error in 4.102ms. 2024-07-23 09:27:32.600 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Edit' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:32.600 -04:00 [DBG] No settings found. Loading from database. 2024-07-23 09:27:32.603 -04:00 [DBG] Rendering component 110 of type PowerShellUniversal.GitEditButton 2024-07-23 09:27:32.603 -04:00 [DBG] Sending render batch 725 of size 48 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:32.606 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 725, ], StreamIds: [ ] }. 2024-07-23 09:27:32.606 -04:00 [DBG] Received confirmation for batch 725 2024-07-23 09:27:32.606 -04:00 [DBG] Completing batch 725 without error in 3.1085ms. 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 116 of type PowerShellUniversal.NotificationsBadge 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 162 of type AntDesign.Tooltip 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 207 of type Microsoft.AspNetCore.Components.Routing.NavLink 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 208 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Tooltip] 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 255 of type AntDesign.Badge 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 256 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Boolean] 2024-07-23 09:27:33.016 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:33.016 -04:00 [DBG] Sending render batch 726 of size 132 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:33.028 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 726, ], StreamIds: [ ] }. 2024-07-23 09:27:33.028 -04:00 [DBG] Received confirmation for batch 726 2024-07-23 09:27:33.028 -04:00 [DBG] Completing batch 726 without error in 12.18ms. 2024-07-23 09:27:33.600 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Edit' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:33.600 -04:00 [DBG] No settings found. Loading from database. 2024-07-23 09:27:33.604 -04:00 [DBG] Rendering component 110 of type PowerShellUniversal.GitEditButton 2024-07-23 09:27:33.604 -04:00 [DBG] Sending render batch 727 of size 48 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:33.609 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 727, ], StreamIds: [ ] }. 2024-07-23 09:27:33.609 -04:00 [DBG] Received confirmation for batch 727 2024-07-23 09:27:33.609 -04:00 [DBG] Completing batch 727 without error in 4.6434ms. 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 116 of type PowerShellUniversal.NotificationsBadge 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 162 of type AntDesign.Tooltip 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 207 of type Microsoft.AspNetCore.Components.Routing.NavLink 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 208 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Tooltip] 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 255 of type AntDesign.Badge 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 256 of type Microsoft.AspNetCore.Components.CascadingValue1[System.Boolean] 2024-07-23 09:27:34.016 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:34.016 -04:00 [DBG] Sending render batch 728 of size 132 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:34.019 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 728, ], StreamIds: [ ] }. 2024-07-23 09:27:34.019 -04:00 [DBG] Received confirmation for batch 728 2024-07-23 09:27:34.019 -04:00 [DBG] Completing batch 728 without error in 3.0884ms. 2024-07-23 09:27:34.599 -04:00 [DBG] ResourceManagerStringLocalizer searched for 'Edit' in 'Universal.Server.Translations.Resources' with culture 'en-US'. 2024-07-23 09:27:34.600 -04:00 [DBG] No settings found. Loading from database. 2024-07-23 09:27:34.602 -04:00 [DBG] Rendering component 110 of type PowerShellUniversal.GitEditButton 2024-07-23 09:27:34.602 -04:00 [DBG] Sending render batch 729 of size 48 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:34.606 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 729, ], StreamIds: [ ] }. 2024-07-23 09:27:34.606 -04:00 [DBG] Received confirmation for batch 729 2024-07-23 09:27:34.606 -04:00 [DBG] Completing batch 729 without error in 4.153ms. 2024-07-23 09:27:34.619 -04:00 [DBG] Rendering component 10 of type AntDesign.Message 2024-07-23 09:27:34.624 -04:00 [DBG] Rendering component 997 of type AntDesign.MessageItem 2024-07-23 09:27:34.624 -04:00 [DBG] Sending render batch 730 of size 184 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:34.631 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 730, ], StreamIds: [ ] }. 2024-07-23 09:27:34.631 -04:00 [DBG] Received confirmation for batch 730 2024-07-23 09:27:34.631 -04:00 [DBG] Completing batch 730 without error in 6.5918ms. 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 116 of type PowerShellUniversal.NotificationsBadge 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 162 of type AntDesign.Tooltip 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 207 of type Microsoft.AspNetCore.Components.Routing.NavLink 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 208 of type Microsoft.AspNetCore.Components.CascadingValue1[AntDesign.Tooltip] 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 255 of type AntDesign.Badge 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 256 of type Microsoft.AspNetCore.Components.CascadingValue`1[System.Boolean] 2024-07-23 09:27:35.024 -04:00 [DBG] Rendering component 332 of type AntDesign.Internal.Overlay 2024-07-23 09:27:35.024 -04:00 [DBG] Sending render batch 731 of size 132 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:35.027 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 731, ], StreamIds: [ ] }. 2024-07-23 09:27:35.027 -04:00 [DBG] Received confirmation for batch 731 2024-07-23 09:27:35.027 -04:00 [DBG] Completing batch 731 without error in 2.9673ms. 2024-07-23 09:27:35.125 -04:00 [DBG] Rendering component 10 of type AntDesign.Message 2024-07-23 09:27:35.125 -04:00 [DBG] Disposing component 997 of type AntDesign.MessageItem 2024-07-23 09:27:35.125 -04:00 [DBG] Disposing component 1001 of type AntDesign.Icon 2024-07-23 09:27:35.125 -04:00 [DBG] Sending render batch 732 of size 104 bytes to client 2PFxRWMA8MQbIpBfco2ZbA. 2024-07-23 09:27:35.129 -04:00 [DBG] Received hub invocation: InvocationMessage { InvocationId: "", Target: "OnRenderCompleted", Arguments: [ 732, ], StreamIds: [ ] }. 2024-07-23 09:27:35.129 -04:00 [DBG] Received confirmation for batch 732 2024-07-23 09:27:35.129 -04:00 [DBG] Completing batch 732 without error in 3.9069ms.

RockoTheeHut avatar Jul 23 '24 13:07 RockoTheeHut

I don't see the error in there, unfortunately. I'm going to just update the error message to be a bit more descriptive so we don't have to dig through logs.

adamdriscoll avatar Aug 14 '24 13:08 adamdriscoll

Works in 5.2

RockoTheeHut avatar Jan 21 '25 19:01 RockoTheeHut