Development seems to be working fine on the CMS side with saving in the current hotfixed solution. I copied the CMS files from dev over to prod hoping that it would fix the issue. At first it was working, with no issue. But then the save issue started happening again. To be clear, when first clicking save the change appears to stick but then when you refresh and go back the edit is gone. After I moved the CMS files over from dev to prod the two errors I noticed were was one that was being thrown in the event log which is this.
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Exception type: System.Web.HttpUnhandledException
Stack trace:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Message: The CSRF hidden field was missing.
The other is in dev console which is this "/CMSScripts/WebComponents/components.js net::ERR_ABORTED 404 (Not Found)". I looked in this folder that I brought over from dev and there is a file in there labeled "components.esm.js" I also looked in a DancingGoat install to make sure there wasn't a difference version of the file without the .esm part and it was the same file.
So at this point im not sure if its a file issue or a db issue, any suggestions?