[PR #12072] fix: unquote urls in docker-compose.yaml #27488

Closed
opened 2026-02-21 20:41:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/12072

State: closed
Merged: Yes


Quotes around default urls seem to cause errors like below. Some crash the system even before starting. Removing them fixed the issue for me.

ValueError: Unknown scheme for proxy URL URL('"http://ssrf_proxy:3128"')
CODE_EXECUTION_ENDPOINT
  Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='"http://sandbox:8194/"', input_type=str]
2024-12-25 07:55:38,602.602 WARNING [Dummy-2] [version.py:37] - Check update version error: No connection adapters were found for '"https://updates.dify.ai"'.
**Original Pull Request:** https://github.com/langgenius/dify/pull/12072 **State:** closed **Merged:** Yes --- Quotes around default urls seem to cause errors like below. Some crash the system even before starting. Removing them fixed the issue for me. ``` ValueError: Unknown scheme for proxy URL URL('"http://ssrf_proxy:3128"') ``` ``` CODE_EXECUTION_ENDPOINT Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='"http://sandbox:8194/"', input_type=str] ``` ``` 2024-12-25 07:55:38,602.602 WARNING [Dummy-2] [version.py:37] - Check update version error: No connection adapters were found for '"https://updates.dify.ai"'. ```
yindo added the pull-request label 2026-02-21 20:41:37 -05:00
yindo closed this issue 2026-02-21 20:41:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27488