I imported my vault from another installation and got the red box Unknown error when I tried to log in. This was after putting in user/pass but before 2FA. This error is in bwdata-logs-identity-Identity-20230809.txt
[Fatal] Unhandled exception: “The key {57f6aac5-0b7b-48a3-8606-5276382d14d9} was not found in the key ring. For more information go to GitHub - dotnet/aspnetcore: ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.”
System.Security.Cryptography.CryptographicException: The key {57f6aac5-0b7b-48a3-8606-5276382d14d9} was not found in the key ring. For more information go to GitHub - dotnet/aspnetcore: ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
This is on Arch Linux. Am I just missing a gpg key? There are Microsoft.AspNetCore errors following it. Thanks!
Koset