Upload limit is around 130 MB even if is configured for 500 MB on single file

Hallo,

in my React project i am using Uppy React components and i am experiencing an issue related to upload size limit. In Uppy configuration i have set a limit of 500 MB for a single file but every time i try tu upload a video larger than 130 MB after some seconds i receive a JS error with following description : “This looks like a network error, the endpoint might be blocked by an internet provider or a firewall.”
In order to manage upload endpoint i am using NodeJS-Express-Multer backend. Everything is working perfectly but this upload size limit issue only.

Could you explain please which could be the problem?

Thanks

   Stefano Giannotta