mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
In the workflow, an error occurs when running the Lark trigger: subscription configuration is required. #808
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andyqiuqiubo on GitHub (Nov 17, 2025).
Self Checks
Dify version
V1.10.0
Plugin version
V0.0.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Step 1: On the plugin page, the installation and configuration of Lark V0.0.2 were all successful.
Step 2: Create a new workflow and add a Lark trigger. At this point, a prompt appears: Not connected.
Step 3: Run the Lark trigger node. At this point, a prompt appears: Subscription configuration is required.
✔️ Error log
@andyqiuqiubo commented on GitHub (Nov 17, 2025):
@hjlarry , Please help check again, thank you. This issue occurred during the workflow operation after resolving the following problem: #2069
@dosubot[bot] commented on GitHub (Nov 17, 2025):
The "subscription configuration is required" error for the Lark trigger usually means the workflow node is missing required subscription properties—specifically,
lark_encrypt_keyorlark_verification_token. In recent updates, these checks were relaxed and the plugin was fixed to work even if these fields are not set, as long as the rest of the configuration is correct. The latest fix for this issue was merged today and should resolve the problem if you update to the newest version of the Lark trigger plugin and ensure your Docker setup exposes the necessary ports for plugin connectivity. You can review the details of the fix here.If you are still seeing the error after updating, double-check your workflow's trigger node configuration and make sure your Docker environment exposes port 5001 and the plugin is running with the latest code. If the plugin is up to date and the environment is correct, the workflow trigger should connect and run without requiring manual subscription configuration.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@hjlarry commented on GitHub (Nov 17, 2025):
it should be resolved by this PR https://github.com/langgenius/dify/pull/28287
@andyqiuqiubo commented on GitHub (Nov 18, 2025):
@hjlarry, Okay, may I ask if this problem can only be solved after the next version of Dify Community Edition is released?
@bj-wangxiaoxiao commented on GitHub (Nov 27, 2025):
have you solved the problem?
@dosubot[bot] commented on GitHub (Dec 14, 2025):
Hi, @andyqiuqiubo. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
What's Next:
Thanks for your understanding and contribution!