-
Self Checks
Dify version0.10.1 Cloud or Self HostedSelf Hosted (Docker) Steps to reproduceWhen upload a file, I got "500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
✔️ Expected Behaviorsummarize the file content. ❌ Actual Behavior500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The error you're encountering seems to be related to the To resolve this issue, ensure that when initializing the Additionally, there was a similar issue reported in the past related to file uploads, which suggested checking the file size and quantity limits, adjusting the |
Beta Was this translation helpful? Give feedback.
-
@dosu It works fine in 0.10.0, so I think it can't be a nginx config issue. |
Beta Was this translation helpful? Give feedback.
-
Since the issue started after upgrading to version 0.10.1, it's likely due to changes in the codebase between these versions. The error suggests that the Check the release notes or changelog for version 0.10.1 to identify any changes related to the If the changelog doesn't provide enough information, reviewing the commit history for changes in the relevant files might help pinpoint the exact modification causing the issue. Adjust your code to align with these changes, ensuring that |
Beta Was this translation helpful? Give feedback.
-
Try to remove your local images and deploy them v0.10.1 again. |
Beta Was this translation helpful? Give feedback.
Try to remove your local images and deploy them v0.10.1 again.