简体   繁体   中英

Error on uploading on video from Node JS server net::ERR_CONNECTION_RESET

I am using

angular HttpClient

to upload assets(Images,mp3,mp4,pdf).

All assets upload successfully on my

DEV server

but on

Production server (AWS server)

All assets upload except VIDEO (.mp4) . I don't find the reason .

Getting error on console Requesting

net::ERR_CONNECTION_RESET

在此处输入图片说明

Is this for all sizes of m4 ? If this issue is only related to the larger file size please check with your web server configuration for nginx set size in this way. client_max_body_size 200M;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM