Getting the following error when trying to edit in 9.2. When I click on the pencil icon it simply refreshes the pages and does not go into edit mode. This site has just been deployed to a staging server and is working fine on my local VM. It is not due to third party module because it is affecting more than one page.
Someone else had the same issue with 9.1 but not sure what they did to correct it.
2018-09-18 12:16:26,639 [Aluminum-02][Thread:14][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at Evoq.Content.Library.ContentEditor.ContentEditorManager.AutoSetUserMode()
at Evoq.Content.Library.ContentEditor.ContentEditorManager.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at Evoq.Content.Library.UI.Skins.EventListeners.EvoqContentSkinEventListener.OnSkinInit(Object sender, SkinEventArgs e)