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 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)