After deploying Dify on Windows 10 64 bit system without Docker environment, it was found that there was no plugin daemon service, and the entire Dify system could not work, constantly prompting 500 INTERNAL SERVER ERROR and unable to use. #12052

Closed
opened 2026-02-21 19:05:30 -05:00 by yindo · 2 comments
Owner

Originally created by @mzymcm on GitHub (Mar 24, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

After deploying Dify on Windows 10 64 bit system without Docker environment, it was found that there was no plugin daemon service, and the entire Dify system could not work, constantly prompting 500 INTERNAL SERVER ERROR and unable to use.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @mzymcm on GitHub (Mar 24, 2025). ### 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. ### Dify version 1.0 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce After deploying Dify on Windows 10 64 bit system without Docker environment, it was found that there was no plugin daemon service, and the entire Dify system could not work, constantly prompting 500 INTERNAL SERVER ERROR and unable to use. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 19:05:30 -05:00
yindo closed this issue 2026-02-21 19:05:30 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 24, 2025):

Hey @mzymcm! I'm here to assist you with any bugs, questions, or contributions for Dify. Let's get to the bottom of this together!

I found some similar discussions that might be relevant to your issue:

  1. The dify source code startup tutorial does not start the plug-in error, how to deploy and start port 5002 - This discussion is open and might provide insights into deploying and starting the plugin service on port 5002 [1].

  2. Why does deploying Dify without Docker result in fewer plugin daemon services? - This is another open discussion that addresses issues related to deploying Dify without Docker and encountering fewer plugin daemon services [2].

  3. error for docker-api-1: PluginDaemonUnauthorizedError: unauthorized - Although this discussion is about a Docker-related error, it might still offer some useful troubleshooting steps [3].

For running Dify without Docker, ensure that you have set the necessary environment variables as specified in the web/.env.example and other configuration files. These variables are crucial for the proper functioning of the Dify system, including the plugin daemon service [4][5][6].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Mar 24, 2025): <!-- Greeting --> Hey @mzymcm! I'm here to assist you with any bugs, questions, or contributions for Dify. Let's get to the bottom of this together! <!-- Answer --> I found some similar discussions that might be relevant to your issue: 1. [The dify source code startup tutorial does not start the plug-in error, how to deploy and start port 5002](https://github.com/langgenius/dify/discussions/15661) - This discussion is open and might provide insights into deploying and starting the plugin service on port 5002 <sup>[[1]](https://github.com/langgenius/dify/discussions/15661)</sup>. 2. [Why does deploying Dify without Docker result in fewer plugin daemon services?](https://github.com/langgenius/dify/discussions/16574) - This is another open discussion that addresses issues related to deploying Dify without Docker and encountering fewer plugin daemon services <sup>[[2]](https://github.com/langgenius/dify/discussions/16574)</sup>. 3. [error for docker-api-1: PluginDaemonUnauthorizedError: unauthorized](https://github.com/langgenius/dify/discussions/13896) - Although this discussion is about a Docker-related error, it might still offer some useful troubleshooting steps <sup>[[3]](https://github.com/langgenius/dify/discussions/13896)</sup>. For running Dify without Docker, ensure that you have set the necessary environment variables as specified in the `web/.env.example` and other configuration files. These variables are crucial for the proper functioning of the Dify system, including the plugin daemon service <sup>[[4]](https://github.com/langgenius/dify/blob/main/web/.env.example)</sup><sup>[[5]](https://github.com/langgenius/dify/blob/main/api/tests/unit_tests/configs/test_dify_config.py)</sup><sup>[[6]](https://github.com/langgenius/dify/blob/main/api/pytest.ini)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/12e5a3ab-7511-41ad-82b0-4bbd16e5a2ef?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Mar 24, 2025):

Please attach the logs from containers.

  • api
  • worker
  • plugin_daemon
@crazywoola commented on GitHub (Mar 24, 2025): Please attach the logs from containers. - api - worker - plugin_daemon
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12052