2024-10-16 20:53:37 warn: Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider[3]
2024-10-16 20:53:37 The temp data cookie .AspNetCore.Mvc.CookieTempDataProvider could not be loaded.
2024-10-16 20:53:37 System.Security.Cryptography.CryptographicException: The key {f660ab16-e809-4fa7-bb78-d65ef6316790} was not found in the key ring. For more information go to
https://aka.ms/aspnet/dataprotectionwarning
2024-10-16 20:53:37 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte[] protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
2024-10-16 20:53:37 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect(Byte[] protectedData)
2024-10-16 20:53:37 at Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider.LoadTempData(HttpContext context)
2024-10-16 20:53:37 fail: Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery[7]
2024-10-16 20:53:37 An exception was thrown while deserializing the token.
2024-10-16 20:53:37 Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The antiforgery token could not be decrypted.
2024-10-16 20:53:37 ---> System.Security.Cryptography.CryptographicException: The key {f660ab16-e809-4fa7-bb78-d65ef6316790} was not found in the key ring. For more information go to
https://aka.ms/aspnet/dataprotectionwarning
2024-10-16 20:53:37 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte[] protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
2024-10-16 20:53:37 at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect(Byte[] protectedData)
2024-10-16 20:53:37 at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgeryTokenSerializer.Deserialize(String serializedToken)
2024-10-16 20:53:37 --- End of inner exception stack trace ---
2024-10-16 20:53:37 at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgeryTokenSerializer.Deserialize(String serializedToken)
2024-10-16 20:53:37 at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.GetCookieTokenDoesNotThrow(HttpContext httpContext)