mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
Encountering an Error When Installing a Self-Developed Extension Plugin on the Community Edition (linebot) #34
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 @kevintsai1202 on GitHub (Apr 30, 2025).
My extension plugin runs normally on the cloud edition, but after installing it on the community edition, an error occurs when opening the settings. The error log is as follows:
Settings configured:
FORCE_VERIFYING_SIGNATURE=false
ENDPOINT_URL_TEMPLATE=https://domain.xxx/e/{hook_id}
LOG:
@Mairuis commented on GitHub (Dec 9, 2025):
Hi @kevintsai1202,
Thanks for reporting this issue. Based on the error log, this appears to be an issue with the Dify main application or the plugin daemon, not the SDK itself.
The error
PluginDaemonInternalServerError: failed to decrypt settings: data is nilindicates a problem with the endpoint settings encryption/decryption in the Dify backend.This issue should be reported in the main Dify repository:
Please provide the following information when creating the issue there:
manifest.yamland endpoint configurationClosing this issue as it's not related to the SDK. Thank you for your understanding!