Only very small file uploads are successful #6323
Closed
djriversq
started this conversation in
Help Wanted
Replies: 2 comments 11 replies
-
Bumping this with some more context. A text file of 21 pages long and 7714 bytes in size succeeds, then adding a single letter to the end of the file, taking it up to 7723 bytes fails. |
Beta Was this translation helpful? Give feedback.
10 replies
-
I fixed the issue. Turns out to be nothing at all to do with LibreChat, and instead was AWS WAF blocking files >8KB, see https://kloudle.com/academy/a-detailed-guide-on-protecting-against-the-8kb-aws-waf-limitation/. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running LibreChat on ECS and have the RAG API correctly configured, however for whatever reason I am only able to upload very small files successfully.
For example, I have a 6KB docx file which uploads without issue, and I can see in the logs it is successfully being passed to the RAG API, then across to Bedrock and back. However, attempting with files such as a 19KB PDF, a 1MB docx file and other variants just fail to upload.
Console logs as shown below:
No logs are output from any of my containers.
Beta Was this translation helpful? Give feedback.
All reactions