Flow Admin/Personal Settings is empty - `Uncaught TypeError: Object(...)(...).map(...).flat is not a function` ``` events: Object(c.loadState)("workflowengine", "entities").map((function(e) { return e.events.map((function(t) { return A({ id: "".concat(e.id, "::").concat(t.eventName), entity: e }, t) } )) } )).flat(), ``` - CSS File not found `Could not find resource file "/nextcloud/apps/workflowengine/css/admin.css"` - NC Log `Deprecated event type for OCP\WorkflowEngine::registerChecks: Symfony\Component\EventDispatcher\GenericEvent` not sure if it relates to https://github.com/nextcloud/server/pull/18509 @blizzz ?
Flow Admin/Personal Settings is empty
Uncaught TypeError: Object(...)(...).map(...).flat is not a functionCould not find resource file "/nextcloud/apps/workflowengine/css/admin.css"Deprecated event type for OCP\WorkflowEngine::registerChecks: Symfony\Component\EventDispatcher\GenericEventnot sure if it relates to #18509
@blizzz ?