Meteor-CollectionFS
Meteor-CollectionFS copied to clipboard
Error: Error storing file to the images store: undefined
events.js:141 throw er; // Unhandled 'error' event ^
Error: Error storing file to the images store: undefined
at [object Object].
========================== What kind of error could this be?
This error doesn't show up on development env, but shows up on production env.
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.
Ok, will do so and put the log.
It doesn't happen if I do meteor --production
On 25-Apr-2017 9:54 PM, "Ralf Brandenstein" [email protected] wrote:
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.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CollectionFS/Meteor-CollectionFS/issues/1002#issuecomment-297085661, or mute the thread https://github.com/notifications/unsubscribe-auth/AKQYRQZhKQeGtR3s2YN-hrR0q2Bnr96yks5rzh5WgaJpZM4NHVil .
I get the same error on my apps localy when I try to store image with dropbox... Did you finaly find where the problem come from?
I got the same problem; anybody?
I got the same error, too. Please help!
maybe related https://github.com/CollectionFS/Meteor-CollectionFS/issues/1015