Docker container problems

Product: PowerShell Universal
Version: 5.6.7

Anyone using the docker container on a Linux host? I am not able to edit an app page from the web interface. I can see the page but see this when I choose edit.

I can create the page from the web but not edit. I have to edit the files directly or with the VScode extension.

yes same issue. have to switch to vscode edit to actually change something in the app

1 Like

i see a lot of those errors when i try to edit pages:
2025-09-17 18:22:07.373 +02:00 [WRN][Microsoft.AspNetCore.Session.SessionMiddleware] Error unprotecting the session cookie.
System.Security.Cryptography.CryptographicException: The key {c6cdd106-6d1c-44df-b4af-78de5cfb1666} was not found in the key ring. For more information go to Data Protection configuration in ASP.NET Core | Microsoft Learn
at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
at Microsoft.AspNetCore.Session.CookieProtection.Unprotect(IDataProtector protector, String protectedText, ILogger logger)

@adam

its 5.6.9 version now and the problem still exists…

I opened an issue for it. Editing App pages in Docker results in 404 · Issue #5357 · ironmansoftware/powershell-universa

1 Like