paolo-g
paolo-g
Thanks for the reply @vsivsi, So it seems that you are setting the thumbCompletion yourself here: https://github.com/vsivsi/meteor-file-job-sample-app/blob/master/sample.coffee#L573 Which I imagine is due to something in your spec where the image...
@vsivsi it seems it does have to do with the permission checking, but my code is identical to your example: https://github.com/vsivsi/meteor-file-collection#example `read: function (userId, file) { return (userId === file.metadata.owner);...
Same issue while following the readme. Am running Meteor 1.2.1. `Meteor.startup(function () { Stripe.setPublishableKey('pk_test_...'); });` `W20160411-11:04:02.624(-4)? (STDERR) /Users/pal/.meteor/packages/meteor-tool/.1.1.10.1b51q9m++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245 W20160411-11:04:02.624(-4)? (STDERR) throw(ex); W20160411-11:04:02.624(-4)? (STDERR) ^ W20160411-11:04:02.628(-4)? (STDERR) ReferenceError: Stripe is not...