You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I've been using Outline for a while, but recently had the need to increase the upload size beyond 200mb, tried setting AWS_S3_UPLOAD_MAX_SIZE=1024000000 and FILE_STORAGE_UPLOAD_MAX_SIZE=1024000000 in the env, but got this error from Formidable
FormidableError: options.maxFileSize (209715200 bytes) exceeded, received 209721736 bytes of file data
at Stream. (/opt/outline/node_modules/formidable/src/Formidable.js:358:11)
I tried editing the file but didnt help either, any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi there, I've been using Outline for a while, but recently had the need to increase the upload size beyond 200mb, tried setting AWS_S3_UPLOAD_MAX_SIZE=1024000000 and FILE_STORAGE_UPLOAD_MAX_SIZE=1024000000 in the env, but got this error from Formidable
FormidableError: options.maxFileSize (209715200 bytes) exceeded, received 209721736 bytes of file data
at Stream. (/opt/outline/node_modules/formidable/src/Formidable.js:358:11)
I tried editing the file but didnt help either, any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: