mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Register transition handlers after modules init (#16308)
This commit is contained in:
@@ -249,6 +249,10 @@ export class Start extends BaseCommand {
|
||||
}
|
||||
|
||||
await this.moduleRegistry.initModules();
|
||||
|
||||
if (this.instanceSettings.isMultiMain) {
|
||||
Container.get(MultiMainSetup).registerEventHandlers();
|
||||
}
|
||||
}
|
||||
|
||||
async initOrchestration() {
|
||||
|
||||
Reference in New Issue
Block a user