show Error when thumb up in message #7416

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

Originally created by @happyallday on GitHub (Dec 27, 2024).

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

0.14.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

error

✔️ Expected Behavior

how can i do to fix this problem and show me the fix step ,thanks

Actual Behavior

No response

Originally created by @happyallday on GitHub (Dec 27, 2024). ### 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 0.14.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![error](https://github.com/user-attachments/assets/61664925-cbab-4a67-b9ae-dfe9b5a0e044) ### ✔️ Expected Behavior how can i do to fix this problem and show me the fix step ,thanks ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:20:30 -05:00
yindo closed this issue 2026-02-21 18:20:30 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 27, 2024):

To fix the "Internal Server Error" when giving a thumbs up in a message on the self-hosted Dify version 0.14.2 using Docker, you need to update your Dify installation to a version that includes the fix from PR #12058. Here are the steps to resolve the issue:

  1. Update Dify: Ensure your Dify installation is updated to a version that includes the fix from PR #12058.

  2. Stop All Containers: Use the command to stop all running containers.

  3. Remove Volumes: Execute docker compose down -v to remove volumes and ensure a clean state. Be sure to back up any important data before doing this, as it will remove all data stored in volumes.

  4. Rebuild and Restart Containers: Run the following commands to rebuild and restart the containers:

    docker compose build --no-cache
    docker compose up --force-recreate --detach
    

These steps should help resolve the error when clicking the 'like' button in chat conversations [1][2].

To continue talking to Dosu, mention @dosu.


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

@dosubot[bot] commented on GitHub (Dec 27, 2024): <!-- Answer --> To fix the "Internal Server Error" when giving a thumbs up in a message on the self-hosted Dify version 0.14.2 using Docker, you need to update your Dify installation to a version that includes the fix from PR #12058. Here are the steps to resolve the issue: 1. **Update Dify**: Ensure your Dify installation is updated to a version that includes the fix from PR #12058. 2. **Stop All Containers**: Use the command to stop all running containers. 3. **Remove Volumes**: Execute `docker compose down -v` to remove volumes and ensure a clean state. Be sure to back up any important data before doing this, as it will remove all data stored in volumes. 4. **Rebuild and Restart Containers**: Run the following commands to rebuild and restart the containers: ```bash docker compose build --no-cache docker compose up --force-recreate --detach ``` These steps should help resolve the error when clicking the 'like' button in chat conversations <sup>[[1]](https://github.com/langgenius/dify/issues/12101)</sup><sup>[[2]](https://github.com/langgenius/dify/issues/12057)</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/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/28a90f83-793c-4188-992d-dba2c04f58a3?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Dec 27, 2024):

Duplicated, please see the bot's reply, you need to wait for the next releases.

@crazywoola commented on GitHub (Dec 27, 2024): Duplicated, please see the bot's reply, you need to wait for the next releases.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7416