The Lark Trigger plugin is not configurable. #802

Closed
opened 2026-02-16 10:20:33 -05:00 by yindo · 6 comments
Owner

Originally created by @andyqiuqiubo on GitHub (Nov 16, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

V1.10.0

Plugin version

0.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

After successfully installing the Lark Trigger plugin, when configuring the Lark Trigger plugin again, the error shown in the screenshot is encountered.

✔️ Error log

Image
Originally created by @andyqiuqiubo on GitHub (Nov 16, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version V1.10.0 ### Plugin version 0.0.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce After successfully installing the Lark Trigger plugin, when configuring the Lark Trigger plugin again, the error shown in the screenshot is encountered. ### ✔️ Error log <img width="2544" height="375" alt="Image" src="https://github.com/user-attachments/assets/bdad53d2-4e49-40a1-9267-006325292551" />
yindo added the bug label 2026-02-16 10:20:33 -05:00
yindo closed this issue 2026-02-16 10:20:33 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Nov 16, 2025):

The error 'langgenius/lark_trigger/lark_trigger not found' is likely caused by a recent folder rename in the plugin codebase. The Lark Trigger plugin folder was changed from triggers/lark to triggers/lark_trigger to match naming conventions for other trigger plugins. If your deployment or configuration references the old folder name, Dify won't be able to find the trigger provider, resulting in the error you see when trying to reconfigure the plugin.

To resolve this, make sure your plugin installation and Docker volumes are up to date and that Dify is referencing the correct, current folder name (lark_trigger). You may need to restart your plugin daemon and API containers after updating the plugin files to ensure the new folder structure is recognized. This change was merged very recently, so if you installed or updated the plugin before the rename, a fresh install or update should fix the issue.
See details in the merged PR.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Nov 16, 2025): <!-- Answer --> The error `'langgenius/lark_trigger/lark_trigger not found'` is likely caused by a recent folder rename in the plugin codebase. The Lark Trigger plugin folder was changed from `triggers/lark` to `triggers/lark_trigger` to match naming conventions for other trigger plugins. If your deployment or configuration references the old folder name, Dify won't be able to find the trigger provider, resulting in the error you see when trying to reconfigure the plugin. To resolve this, make sure your plugin installation and Docker volumes are up to date and that Dify is referencing the correct, current folder name (`lark_trigger`). You may need to restart your plugin daemon and API containers after updating the plugin files to ensure the new folder structure is recognized. This change was merged very recently, so if you installed or updated the plugin before the rename, a fresh install or update should fix the issue. [See details in the merged PR](https://github.com/langgenius/dify-official-plugins/pull/2047). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/18588d13-b150-4636-97dd-a1a5956c7317?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/2069)
Author
Owner

@andyqiuqiubo commented on GitHub (Nov 16, 2025):

@dosu, I installed the plugin only after changing the folder of the Feishu trigger plugin from triggers/lark to triggers/lark_trigger, so there is no deployment or configuration that references the old folder name.

@andyqiuqiubo commented on GitHub (Nov 16, 2025): @dosu, I installed the plugin only after changing the folder of the Feishu trigger plugin from triggers/lark to triggers/lark_trigger, so there is no deployment or configuration that references the old folder name.
Author
Owner

@dosubot[bot] commented on GitHub (Nov 16, 2025):

Thanks for clarifying your install process. Since you installed after the folder was renamed and there are no legacy references, the error is likely caused by something else—most commonly, a mismatch or stale cache in plugin registration, or a Docker/network config issue.

Here are the most likely causes and steps to check:

  • Make sure the plugin's manifest and folder structure under triggers/lark_trigger match what Dify expects. Any mismatch between the manifest's provider path and the actual folder name will cause discovery failures, especially after a rename.
  • In Docker Compose, confirm that all relevant plugin service ports are exposed and mapped (for example, ports: - "5001:5001" if your plugin daemon uses that port). Missing or incorrect port mappings can prevent Dify from reaching the plugin, resulting in "not found" errors—even if the folder name is correct. This has resolved similar issues for other plugins in self-hosted Docker setups (example).
  • Try removing any cached Docker volumes and rebuilding your containers to ensure there are no stale references to the old folder or plugin metadata.
  • If the error persists, check the plugin daemon and Dify API logs for more detailed error messages or stack traces, which can help pinpoint whether the plugin is being registered and discovered as expected.

If you confirm the above and still see the error, let me know what you find in the logs or if you spot any mismatches in the manifest or Docker config.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Nov 16, 2025): <!-- Answer --> Thanks for clarifying your install process. Since you installed after the folder was renamed and there are no legacy references, the error is likely caused by something else—most commonly, a mismatch or stale cache in plugin registration, or a Docker/network config issue. Here are the most likely causes and steps to check: - Make sure the plugin's manifest and folder structure under `triggers/lark_trigger` match what Dify expects. Any mismatch between the manifest's provider path and the actual folder name will cause discovery failures, especially after a rename. - In Docker Compose, confirm that all relevant plugin service ports are exposed and mapped (for example, `ports: - "5001:5001"` if your plugin daemon uses that port). Missing or incorrect port mappings can prevent Dify from reaching the plugin, resulting in "not found" errors—even if the folder name is correct. This has resolved similar issues for other plugins in self-hosted Docker setups ([example](https://github.com/langgenius/dify-official-plugins/issues/1816)). - Try removing any cached Docker volumes and rebuilding your containers to ensure there are no stale references to the old folder or plugin metadata. - If the error persists, check the plugin daemon and Dify API logs for more detailed error messages or stack traces, which can help pinpoint whether the plugin is being registered and discovered as expected. If you confirm the above and still see the error, let me know what you find in the logs or if you spot any mismatches in the manifest or Docker config. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/289a207c-f9f5-4437-90d0-c8983fc7b621?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/2069)
Author
Owner

@hjlarry commented on GitHub (Nov 16, 2025):

@dosu, I installed the plugin only after changing the folder of the Feishu trigger plugin from triggers/lark to triggers/lark_trigger, so there is no deployment or configuration that references the old folder name.

There are a few additional issues with this plugin, and we will address them soon.

@hjlarry commented on GitHub (Nov 16, 2025): > [@dosu](https://github.com/dosu), I installed the plugin only after changing the folder of the Feishu trigger plugin from triggers/lark to triggers/lark_trigger, so there is no deployment or configuration that references the old folder name. There are a few additional issues with this plugin, and we will address them soon.
Author
Owner

@andyqiuqiubo commented on GitHub (Nov 17, 2025):

@hjlarry , Thank you for your prompt reply

@andyqiuqiubo commented on GitHub (Nov 17, 2025): @hjlarry , Thank you for your prompt reply
Author
Owner

@andyqiuqiubo commented on GitHub (Nov 17, 2025):

After using lark version 0.0.2, the plugin page can be configured normally. Close this issue.

@andyqiuqiubo commented on GitHub (Nov 17, 2025): After using lark version 0.0.2, the plugin page can be configured normally. Close this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#802