Has anyone come up with a decent fix to this in 9.1? Rui's Flush solution solves the issue of the preparation throwing an error, and instead the entire page throws the following error:
Server cannot append header after HTTP headers have been sent.
at System.Web.HttpResponse.AppendHeader(String name, String value)
at OutSystems.HubEdition.WebWidgets.OSPage.DataBind()
at ssPortal.Flows.FlowRSSFeed.ScrnRSSFeed.DataBind()
at ssPortal.Flows.FlowRSSFeed.ScrnRSSFeed.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The page still loads fine, as it always has, but my error log is getting filled up with this nonesense.
Server cannot append header after HTTP headers have been sent.
at System.Web.HttpResponse.AppendHeader(String name, String value)
at OutSystems.HubEdition.WebWidgets.OSPage.DataBind()
at ssPortal.Flows.FlowRSSFeed.ScrnRSSFeed.DataBind()
at ssPortal.Flows.FlowRSSFeed.ScrnRSSFeed.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The page still loads fine, as it always has, but my error log is getting filled up with this nonesense.