react-native-fetch-blob
react-native-fetch-blob copied to clipboard
Getting the following error Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe
I'm getting the following error Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe
when trying to do a fetch post, I'm uploading a large video file 1.2 gb using Multipart/form-data with 'Transfer-Encoding' : 'Chunked'
Is this due to the large file size?
@AlmogRnD I am facing the same issue while uplaoding an image to S3 bucket but I experience this when the image size is around 6MB. Did you find any solutions for it ?
I have also faced this issue when I upload 45MB video.