From 5fdd7d9076ba750e8cf1d534c57dfee58bb9be50 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 17 May 2023 19:21:32 +0100 Subject: [PATCH] Fixing an issue with the tenant ID not being found in self host (default) for identification purposes, stopping doc update queue from activating and working as expected. --- packages/backend-core/src/events/identification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend-core/src/events/identification.ts b/packages/backend-core/src/events/identification.ts index 5c02e5db9e..5eb11d1354 100644 --- a/packages/backend-core/src/events/identification.ts +++ b/packages/backend-core/src/events/identification.ts @@ -86,6 +86,7 @@ const getCurrentIdentity = async (): Promise => { installationId, tenantId, environment, + realTenantId: context.getTenantId(), hostInfo: userContext.hostInfo, } } else {