-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dify APIServer: Not applying SDK defaults from location #8563
Comments
The warning messages you're encountering are related to the
Here are the configurations for each
Ensure you set the For the |
Hello or |
As stated in the logs, the message about sagemaker.config 👉INFO👈 - Not applying SDK defaults from location: /etc/xdg/sagemaker/config.yaml
sagemaker.config 👉INFO👈 - Not applying SDK defaults from location: /home/uer/.config/sagemaker/config.yaml
WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set The only |
Self Checks
Dify version
dify-web@0.8.2
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
sagemaker.config INFO - Not applying SDK defaults from location: /etc/xdg/sagemaker/config.yaml sagemaker.config INFO - Not applying SDK defaults from location: /home/uer/.config/sagemaker/config.yaml WARNING [MainThread] [ext_mail.py:51] - MAIL_TYPE is not set
When I launch DifyAPIServer, I get a warning message. How can I solve this?
✔️ Expected Behavior
Dify APIServer starts normally
❌ Actual Behavior
When I launch DifyAPIServer, I get a warning message.
The text was updated successfully, but these errors were encountered: