All-Khwarizmi / request-stuff

RequestStuff: Streamline Your File Requests Without the High Costs ☄️
https://request-stuff.jason-suarez.com/
0 stars 0 forks source link

Not able to upload large files #29

Open All-Khwarizmi opened 4 months ago

All-Khwarizmi commented 4 months ago

It seems that the server is not allaowing request with large files error code 413.

Apparently this is due to the fact that lambdas are lightweight by design and thus not suitable for those kinds of loads.

Solutions might be to:

All-Khwarizmi commented 4 months ago

Vercel doc on this issue

All-Khwarizmi commented 4 months ago

Vercel Blob solution is not bad as a quick workaround