PluginDaemonUnauthorizedError between dify-api and dify-plugin-daemon #20530
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.Version dify-api: 1.4.1 I'm deploying on a Kubernetes cluster. According to the Network tab in browser developer tools, PluginDaemonUnauthorizedError occurs when accessing the following endpoints:
Since the Authorization header is present, I suspect that some required environment variables are missing or incorrect. I have configured the following environment variables that seem related: dify-api
dify-plugin-daemon
2. Additional context or comments2025-05-31 21:13:16.766 INFO [Thread-61 (process_request_thread)] [_internal.py:97] - 35.191.14.57 - - [31/May/2025 12:13:16] "GET /console/api/workspaces/current/plugin/tasks?page=1&page_size=100 HTTP/1.1" 500 - |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Perhaps |
Beta Was this translation helpful? Give feedback.
Perhaps
PLUGIN_DAEMON_KEY
ondify-api
must be matched withSERVER_KEY
ondify-plugin-daemon
.