-
Notifications
You must be signed in to change notification settings - Fork 2.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
[Bug]: show the network error alert when upload large file failed. #1782
Labels
bug
Something isn't working
Comments
Check the nginx configuration. |
Set MAX_CONTENT_LENGTH=1000000000 in docker/.env |
cike8899
added a commit
to cike8899/ragflow
that referenced
this issue
Sep 29, 2024
…ploading a file that was too large infiniflow#1782
KevinHuSh
pushed a commit
that referenced
this issue
Sep 29, 2024
…ploading a file that was too large #1782 (#2654) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
Halfknow
pushed a commit
to Halfknow/ragflow
that referenced
this issue
Nov 11, 2024
…ploading a file that was too large infiniflow#1782 (infiniflow#2654) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for the same bug?
Branch name
main
Commit ID
240802twncutheta
Other environment information
No response
Actual behavior
I got the network error alert when trying to upload the files.
I checked the dev tool, and the true reason is the file's size is too large
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: