Meteor-Community-Packages/Meteor-CollectionFS

Error: Request Entity Too Large

Closed this issue · 3 comments

can some one help me, in my local i can upload image more then 4MB but in server if i upload more then 1MB i got this error

raix commented

are you guys using nginx or something like that?

im using PM2 meteor for deploy

Does PM2 meteor install nginx?
You could add FS.debug=true in global code to get more info.
You could try meteor --production locally and see if you get the same error.