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 found a similar open issue related to a 500 error in the Dify webapp-conversation module. The suggested solution involves checking several configurations and environment variables in your Docker setup:
API URLs: Ensure that all API URLs are correctly set and accessible.
Enable Debugging: Set DEBUG=true and FLASK_DEBUG=true to get more detailed error messages.
Database Configuration: Verify that your PostgreSQL database configuration is correct.
Redis Configuration: Ensure your Redis configuration is correct.
Celery Configuration: Check your Celery broker URL.
CORS Configuration: Ensure CORS settings are correctly configured.
Storage Configuration: Verify that the storage path is correctly set and accessible.
Sentry Configuration: If using Sentry, ensure the DSN is correctly set.
After verifying and updating these configurations, restart your Docker containers to apply the changes. This should help resolve the "Internal Server Error" you are encountering [1].
It seems you are running the project with source code? But you labeled with docker, so I am a little bit confused here. Can you clarify this?
The error code 502 suggest the backend does not start correctly, please check the backend logs.
Self Checks
Dify version
0.14.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: