Next.js Discord

Discord Forum

Uploading large files gets stuck

Unanswered
Oak shoot sawfly posted this in #help-forum
Open in Discord
Oak shoot sawflyOP
Have anyone encountered this problem? I want to upload large files.. The backend was tested with postman, it works fine. But when trying to upload the same file as in postman with (javascript functions) axios.post it returns me network error also I tried with XMLHttpRequest and is still get stuck in the middle of upload. In sanic's (backend) logs is just this: "connection lost before response"..
I don't suspect to be a backend problem because as I said when using postman to test the route it works fine with the same file.

To redirect post request to http server I use rewrites, can this limit upload size?

0 Replies