-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
File upload got stuck while uploading large text files #1235
Comments
@SamantaChinmoy have you solved it? I have the same problem. |
Same problem here |
have ya'll tried the latest release candidate? |
I have same issue uploading a video file tried 2.0.0-rc.2 and this happens nodejs/node#38058 but I am using node v21.1.0, is it necessary to downgrade to v15.3 as mentioned above? |
can you provide any code? test script? Technically, the ERR_REQUIRE_ESM error is because the consuming code is trying to require an ESM module. |
I am building with nodejs v21
code:
...
|
Have you looked into nodes request timeout as noted on https://github.com/mscdex/busboy |
after lots of try and error nginx sites-available conf:
node js app code:
so basically my issue is mainly related by nginx forwarding request, |
Hi,
I am using multer to upload a zip file which contains large text files. Zip file size is 960 MB. There are total 10 text files is there inside zipped file, size of each text file is in the range of 500-2 gb. While I am uploading this zipped file using multer , The file upload got stuck and it is not processed further after 919 mb. But I have tested with other zipped file with size of 1.5 gb which contains many small size text file in the range of 1-2 mb, that time it is got successfully uploaded.
N.B: I am using disk based storage.
The text was updated successfully, but these errors were encountered: