You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.10.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I used AWS's claude model, and the API error log is as follows:WARNING [Dummy-488764] [version.py:36] - Check update version error: Invalid URL 'true': No scheme supplied. Perhaps you meant https://true?.
✔️ Expected Behavior
dify supports AWS's Gemini without any issues, but supports Claude exceptions
❌ Actual Behavior
dify supports AWS's Gemini without any issues, but supports Claude exceptions
The text was updated successfully, but these errors were encountered:
The warning message you're encountering indicates an issue with the URL being used in the version checking process. Specifically, it seems that the URL is set to 'true', which is not a valid URL format because it lacks a scheme (like http:// or https://).
To resolve this issue, you should check the configuration settings for the CHECK_UPDATE_URL in your Dify setup. Ensure that the URL is correctly specified and includes the appropriate scheme. This setting is likely configured in your environment variables or a configuration file used by Dify.
If the issue persists after correcting the URL, you may want to verify that all related configuration settings are correctly set up, especially those related to the integration with AWS's Claude model. This might include checking API keys, endpoints, and any other relevant settings specific to Claude.
Self Checks
Dify version
0.10.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I used AWS's claude model, and the API error log is as follows:WARNING [Dummy-488764] [version.py:36] - Check update version error: Invalid URL 'true': No scheme supplied. Perhaps you meant https://true?.
✔️ Expected Behavior
dify supports AWS's Gemini without any issues, but supports Claude exceptions
❌ Actual Behavior
dify supports AWS's Gemini without any issues, but supports Claude exceptions
The text was updated successfully, but these errors were encountered: