feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.98k stars 743 forks source link

@featuresjs/client | File Upload Hang #3213

Open palmtown opened 1 year ago

palmtown commented 1 year ago

Steps to reproduce

(First please check that this issue is not already solved as described here - if it is a general question or suggestion please start a Discussion)

When files that are 2mb or larger, the @featuresjs/client hangs and throws no error. I am using socket.io; I read some old posts from years ago mentioning streams, however, did not offer any solution.

Expected behavior

Large files upload file.

Actual behavior

Client hangs, throws no errors and does not post to the backend.

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working): @featuresjs/client 5.0.5

NodeJS version: 18.16.0

Operating System: Windows (Client), Ubuntu (Server)

Browser Version: Chrome Version 114.0.5735.110 (Official Build) (64-bit)

React Native Version: n/a

Module Loader: n/a