-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello there
I have been using PowerShell Universal for some time now and it has been working great. I've created a few apps the apps still work but I can't login to the admin area anymore.
The web interface is in a loop and keeps loading with the text "PowerShell Universal is Loading".
The apps still work and I can access the apps.
Here are the logs from two requests:
2026-03-11` 15:50:53.537 +01:00 [INF][Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 GET http://localhost:443/login?returnUrl=/admin - null null
2026-03-11 15:50:53.540 +01:00 [INF][Microsoft.AspNetCore.Routing.EndpointMiddleware] Executing endpoint '/Login'
2026-03-11 15:50:53.540 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Route matched with {page = "/Login", action = "", controller = ""}. Executing page /Login
2026-03-11 15:50:53.542 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executing handler method PowerShellUniversal.Login.OnGet - ModelState is "Valid"
2026-03-11 15:50:53.544 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executed handler method OnGet, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2026-03-11 15:50:53.544 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executed page /Login in 2.8103ms
2026-03-11 15:50:53.544 +01:00 [INF][Microsoft.AspNetCore.Routing.EndpointMiddleware] Executed endpoint '/Login'
2026-03-11 15:50:53.544 +01:00 [INF][Microsoft.AspNetCore.Hosting.Diagnostics] Request finished HTTP/1.1 GET http://localhost:443/login?returnUrl=/admin - 200 null text/html; charset=utf-8 7.0848ms
2026-03-11 15:50:54.561 +01:00 [INF][Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 GET http://localhost:443/login?returnUrl=/admin - null null
2026-03-11 15:50:54.564 +01:00 [INF][Microsoft.AspNetCore.Routing.EndpointMiddleware] Executing endpoint '/Login'
2026-03-11 15:50:54.565 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Route matched with {page = "/Login", action = "", controller = ""}. Executing page /Login
2026-03-11 15:50:54.565 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executing handler method PowerShellUniversal.Login.OnGet - ModelState is "Valid"
2026-03-11 15:50:54.567 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executed handler method OnGet, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2026-03-11 15:50:54.568 +01:00 [INF][Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] Executed page /Login in 2.6843ms
2026-03-11 15:50:54.568 +01:00 [INF][Microsoft.AspNetCore.Routing.EndpointMiddleware] Executed endpoint '/Login'
2026-03-11 15:50:54.568 +01:00 [INF][Microsoft.AspNetCore.Hosting.Diagnostics] Request finished HTTP/1.1 GET http://localhost:443/login?returnUrl=/admin - 200 null text/html; charset=utf-8 7.1563ms
What could be the issue and how can I further troubleshoot this issue?
Best
Noah
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels