The length of output variable result must be less than 80000 characters #8330

Closed
opened 2026-02-21 18:25:06 -05:00 by yindo · 3 comments
Owner

Originally created by @lanqy123 on GitHub (Feb 17, 2025).

Self Checks

  • 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.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

For a dify service deployed using Docker Compose, I have adjusted the CODE_MAX_STRING_LENGTH in both the docker-compose.yml and .env files, but the changes are not taking effect. How can I adjust the configuration size of CODE_MAX_STRING_LENGTH?

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @lanqy123 on GitHub (Feb 17, 2025). ### Self Checks - [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. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. For a dify service deployed using Docker Compose, I have adjusted the CODE_MAX_STRING_LENGTH in both the docker-compose.yml and .env files, but the changes are not taking effect. How can I adjust the configuration size of CODE_MAX_STRING_LENGTH? ### 2. Additional context or comments _No response_ ### 3. Can you help us with this feature? - [ ] I am interested in contributing to this feature.
yindo closed this issue 2026-02-21 18:25:06 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Feb 17, 2025):

To address the issue of the CODE_MAX_STRING_LENGTH changes not taking effect in your Dify service deployed with Docker Compose, ensure that you restart your Docker containers after making changes to the .env file. You can do this by running the following commands:

docker-compose down
docker-compose up -d

This will stop the running containers and start them again with the updated configuration from the .env file [1].

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 (Feb 17, 2025): <!-- Answer --> To address the issue of the `CODE_MAX_STRING_LENGTH` changes not taking effect in your Dify service deployed with Docker Compose, ensure that you restart your Docker containers after making changes to the `.env` file. You can do this by running the following commands: ```bash docker-compose down docker-compose up -d ``` This will stop the running containers and start them again with the updated configuration from the `.env` file <sup>[[1]](https://github.com/langgenius/dify/issues/13310)</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/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/df703181-f2ec-4d40-88f6-5ea32236c32b?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Feb 17, 2025):

Sorry for bug report please use bug report template.

@crazywoola commented on GitHub (Feb 17, 2025): Sorry for bug report please use bug report template.
Author
Owner

@lanqy123 commented on GitHub (Feb 17, 2025):

ok 3q~

@lanqy123 commented on GitHub (Feb 17, 2025): ok 3q~
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8330