## The problem
Issue langgenius/dify#14654 (closed, 60 comments): ### 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 [search for existing issues](https://github.com/langgenius/dify/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. ##
## The verified fix
Plugin/API configuration failures traced to the plugin-daemon: member laipz8200 advised upgrading and reinstalling the plugin, and raising PLUGIN_MAX_EXECUTION_TIMEOUT (default 600) for slow networks. Contributor Yeuoly gave the network fix: add PIP_MIRROR_URL [https://pypi.tuna.tsinghua.edu.cn/simple] to .env and restart services (plugin installs failing on unreachable PyPI). Provide docker logs from dify-api and plugin-daemon if problems persist.