Fix: The antiforgery token could not be decrypted in ASP.NET Core
The error means Data Protection lost the key that signed the token. Persist keys to a shared, durable store and call SetApplicationName so every instance reads the same key ring.
104 posts · Page 7 of 11