After posting a message with flow an error message appears instead of the writen message:
flow_post.partial.handlebars
If there are multiple messages this appears multiple times (flow_post.partial.handlebars flow_post.partial.handlebars flow_post.partial.handlebars).
After reloading the page the correct message appears.
This is my LocalSettings:
require_once "$IP/extensions/Flow/Flow.php";
$wgFlowEditorList = array( 'visualeditor', 'none' );
$wgFlowOccupyNamespaces = array( NS_USER_TALK, NS_TALK );
$wgFlowParsoidURL = 'http://localhost:8142';
$wgFlowParsoidPrefix = 'almanach';