This Documentation is Being Deprecated
This page is being phased out as part of our documentation reorganization.
Click this card to be redirected to the updated version with the most current information.
If you notice any discrepancies or areas needing improvement in the new documentation, please use the “Report an issue” button at the bottom of the page.
How to handle plugin upload failure during installation?
Error Details: The error message showsPluginDaemonBadRequestError: plugin_unique_identifier is not valid.
Solution: Modify the author field in both the manifest.yaml file in the plugin project and the .yaml file under the /provider path to your GitHub ID.
Retype the plugin packaging command and install the new plugin package.
How to handle errors when installing plugins?
Issue: If you encounter the error message:plugin verification has been enabled, and the plugin you want to install has a bad signature, how to handle the issue?
Solution: Add the following line to the end of your /docker/.env configuration file: FORCE_VERIFYING_SIGNATURE=false. Run the following commands to restart the Dify service:
Edit this page | Report an issue