0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【エラー】Difyの自作プラグインのローカルパッケージインストールで失敗した

0
Last updated at Posted at 2025-09-27

はじめに

初めてDifyの自作プラグインでローカルパッケージをインストールしようとしたら、エラーで失敗したので備忘として残します。

作ったローカルパッケージファイル(.difypkg)を早速インストールしようとしたら、
「アップロードに失敗しました」と以下のエラーメッセージが・・・

PluginDaemonBadRequestError: plugin verification has been enabled, and the plugin you want to install has a bad signature

解決方法

ググったらIssueがあげられており、すぐ解決方法が出てきました!

どうやらDifyでプラグインの署名検証が有効化されているので、無効化しなきゃいけないようです。
署名検証の環境変数を無効化します。

.env
FORCE_VERIFYING_SIGNATURE=false

あとはDifyを再起動させるだけです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?