mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix issues with LDAP reset and LDAP init (no-changelog) (#5657)
* fix(core): Ldap reset should recreate the default config * fix(core): init ldap before registering the routes for it
This commit is contained in:
committed by
GitHub
parent
ce0d9d2bed
commit
1979eb8a9c
@@ -326,13 +326,13 @@ export class Start extends BaseCommand {
|
||||
);
|
||||
}
|
||||
|
||||
await handleLdapInit();
|
||||
|
||||
await Server.start();
|
||||
|
||||
// Start to get active workflows and run their triggers
|
||||
await this.activeWorkflowRunner.init();
|
||||
|
||||
await handleLdapInit();
|
||||
|
||||
const editorUrl = GenericHelpers.getBaseUrl();
|
||||
this.log(`\nEditor is now accessible via:\n${editorUrl}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user