forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
490 stars 98 forks source link

I keep getting an error with hosting this on Cyclic dot sh #50

Closed nickolasio closed 1 year ago

nickolasio commented 1 year ago

[Error] {"message":"Request Entity Too Large"} Shows in the webpage url I hosted when I try to upload larger files. I am unsure what is the maximum size allowed, but small files around 3-6MB work fine at least, and when I tried hosting this thing on replit it didn't have this weird problem. Cyclic and node logs do not show anything about the affected file operations. image

forscht commented 1 year ago

Have you modified chunkSize option?

nickolasio commented 1 year ago

No, I have not

forscht commented 1 year ago

It is because cyclic's front-end proxy doesn't support streams and buffers whole file into memory and limited to 6 MB only. image