On a fresh Windows MSI install of v2026.2.0.0 of Powershell Universal, when attempting to login with my Devolutions account it redirects to this URL: http://localhost:60370/rdm-auth-loopback
And fails with "localhost can't currently handle this request. HTTP ERROR 500".
I can complete the setup by creating the local admin user and running unlicensed, but I'd like to have access to the full feature set.
Recommended Answer
Disregard, looks like I just needed to verify my Devolutions account and I was able to proceed. Thanks for the quick reply.
@mczajkowski Can you do me a favor and look in the PSU log file? It would be in %ProgramData%\PowerShellUniversal\Logs\Service. There should be the error that produced that 500 in the log.
For 2026.2.1, we've put in some additional error handling to better surface things like this that may go wrong.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
Disregard, looks like I just needed to verify my Devolutions account and I was able to proceed. Thanks for the quick reply.
@mczajkowski Can you do me a favor and look in the PSU log file? It would be in %ProgramData%\PowerShellUniversal\Logs\Service. There should be the error that produced that 500 in the log.
For 2026.2.1, we've put in some additional error handling to better surface things like this that may go wrong.
@Adam Driscoll
Kindly see below example from 2026.1.62026-06-11 09:22:02.110 -04:00 [INF][Microsoft.AspNetCore.Hosting.Diagnostics] Request starting HTTP/1.1 POST http://127.0.0.1:60370/rdm-auth-loopback - application/x-www-form-urlencoded 6622026-06-11 09:22:02.114 -04:00 [DBG][Microsoft.AspNetCore.Server.Kestrel] Connection id "0HNM7NHFIOFH6", Request id "0HNM7NHFIOFH6:00000002": started reading request body.2026-06-11 09:22:02.114 -04:00 [DBG][Microsoft.AspNetCore.Server.Kestrel] Connection id "0HNM7NHFIOFH6", Request id "0HNM7NHFIOFH6:00000002": done reading request body.2026-06-11 09:22:02.118 -04:00 [DBG][Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler] Updating configuration2026-06-11 09:22:02.133 -04:00 [DBG][Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler] Redeeming code for tokens.2026-06-11 09:22:02.264 -04:00 [ERR][Microsoft.AspNetCore.Server.Kestrel] Connection id "0HNM7NHFIOFH6", Request id "0HNM7NHFIOFH6:00000002": An unhandled exception was thrown by the application.System.UnauthorizedAccessException: Devolutions Account email not verified. at PowerShellUniversal.DevolutionsAuthenticationMethod.ValidateAndUpdateIdentityAsync(ClaimsPrincipal claimsPrincipal, HttpContext httpContext) in D:\a\powershell-universal\powershell-universal\src\PowerShellUniversal.Authentication\DevolutionsAuthenticationMethod.cs:line 94 at Universal.Server.Startup.<>c.<<ConfigureServices>b__7_34>d.MoveNext() in D:\a\powershell-universal\powershell-universal\src\Universal.Server\Startup.cs:line 427--- End of stack trace from previous location --- at Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.HandleSignInAsync(ClaimsPrincipal user, AuthenticationProperties properties) at Microsoft.AspNetCore.Authentication.AuthenticationService.SignInAsync(HttpContext context, String scheme, ClaimsPrincipal principal, AuthenticationProperties properties) at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync() at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)