Meteor-CollectionFS icon indicating copy to clipboard operation
Meteor-CollectionFS copied to clipboard

Error: Error storing file to the images store: undefined

Open trinisofttechnologies opened this issue 7 years ago • 6 comments

events.js:141 throw er; // Unhandled 'error' event ^

Error: Error storing file to the images store: undefined at [object Object]. (packages/cfs_collection.js:121:19) at emitThree (events.js:97:13) at [object Object].emit (events.js:175:7) at Writable. (packages/cfs_storage-adapter.js:249:26) at emitOne (events.js:82:20) at Writable.emit (events.js:169:7) at packages/cfs_dropbox.js:337:19 at /app/programs/server/npm/node_modules/meteor/cfs_dropbox/node_modules/dropbox/lib/dropbox.js:1458:18 at Client.Dropbox.Client.Client._handleXhrError (/app/programs/server/npm/node_modules/meteor/cfs_dropbox/node_modules/dropbox/lib/dropbox.js:2161:7) at Xhr.onError (/app/programs/server/npm/node_modules/meteor/cfs_dropbox/node_modules/dropbox/lib/dropbox.js:1075:24)

========================== What kind of error could this be?

This error doesn't show up on development env, but shows up on production env.

trinisofttechnologies avatar Apr 25 '17 11:04 trinisofttechnologies

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.

nooitaf avatar Apr 25 '17 16:04 nooitaf

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 .

trinisofttechnologies avatar Apr 25 '17 16:04 trinisofttechnologies

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?

Fotso avatar Jun 19 '17 12:06 Fotso

I got the same problem; anybody?

Kuperz avatar Nov 25 '17 18:11 Kuperz

I got the same error, too. Please help!

chandan1794 avatar Jan 02 '18 09:01 chandan1794

maybe related https://github.com/CollectionFS/Meteor-CollectionFS/issues/1015

nooitaf avatar Jan 08 '18 11:01 nooitaf