From 89300564ba620acb58140b66b66ffb17c5e02fa2 Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:54:11 +0000 Subject: [PATCH] Add a note to documentation about variable change (#18752) Fixes https://github.com/twentyhq/twenty/issues/18646 --------- Co-authored-by: Charles Bochet --- .../developers/self-host/capabilities/troubleshooting.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/twenty-docs/developers/self-host/capabilities/troubleshooting.mdx b/packages/twenty-docs/developers/self-host/capabilities/troubleshooting.mdx index df6ec1af58..3724536435 100644 --- a/packages/twenty-docs/developers/self-host/capabilities/troubleshooting.mdx +++ b/packages/twenty-docs/developers/self-host/capabilities/troubleshooting.mdx @@ -157,7 +157,9 @@ plugins: [ Run `UPDATE core."user" SET "canAccessFullAdminPanel" = TRUE WHERE email = 'you@yourdomain.com';` in database container to get access to admin panel. +#### When running workflow, workflow run fails with "Logic function execution is disabled. Set LOGIC_FUNCTION_TYPE to LOCAL or LAMBDA to enable." +In production, logic functions are disabled by default. Set the `LOGIC_FUNCTION_TYPE` environment variable to `LOCAL` or `LAMBDA` to enable them. This can be configured via environment variables or through the admin panel database variables. See the [Logic Functions setup guide](/developers/self-host/capabilities/setup#logic-functions-available-drivers) for details. ### 1-click Docker compose