I am facing this weird error in a live Sitecore instance.
It is multi-language, english and french. It has over a thousand content items.
With two items(that is what we found so far) I am having this problem.
I am able to open the item in its english version but when I try to switch language to french nothing happens. If I select any other item, switch to French, and then try to open this problematic item, Content Editor breaks and stop responding.
This error is being logged in Sitecore`s log:
4236 12:00:36 INFO HttpModule is being initialized
4236 12:00:36 ERROR Could not decrypt value85953F0F(...trimmed...)B2A
Exception: System.Web.HttpException
Message: Unable to validate data.
Source: System.Web
at System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo, Boolean useLegacyMode, IVType ivType, Boolean signData)
at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)
at Sitecore.Security.Authentication.AuthenticationHelper.GetSavedUser(String cookieName)
Does anybody have a suggestion of what is happening or what I might try to solve it?
Using Fiddler, I also saw that the POST and RESPONSE are ok, like any other language switch on items.
Also tried to use "Raw Values", and it still breaking my content editor.
Really appreciate any help, tks