Replies: 1 comment
-
Hi @code-muni Could you tell me what runtime you use such as Deno, Node.js, wrangler and Bun? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Hono community,
I'm currently working on an application that requires uploading large video files using the Hono framework. Despite setting the
bodyLimit
middleware to accommodate files up to 500MB, I'm encountering issues where uploads larger than 100MB are failing.In Thunder Client, I receive the following error message as a response:
Status: 413 Request Entity Too Large Size: 0 Bytes Time: 5 ms
However, I don't receive an error response in Thunder Client.
Here's a snippet of my current setup:
I have already increased the maxSize in the bodyLimit middleware to 500MB. Despite this, I'm still unable to upload files larger than 100MB. Are there any additional configurations or settings I need to adjust to support larger file uploads?
Any help or guidance would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions