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.
29 posts · Page 1 of 3