meteor-rest icon indicating copy to clipboard operation
meteor-rest copied to clipboard

replace the invocation with the real one

Open cxdongjack opened this issue 9 years ago • 3 comments

  • to support the Meteor.userId() in the method

cxdongjack avatar Aug 07 '16 04:08 cxdongjack

👍

dotansimha avatar May 10 '17 04:05 dotansimha

this package resolved all my Simple:Rest issues

dpatte avatar May 22 '17 22:05 dpatte

To get this to work, I also had to add 'ddp-common' in the package.js file:

  api.use([
    'check',
    'ddp',
    'ddp-common', // <--
    'ejson',
    'meteor',
    'mongo',
    'simple:[email protected]',
    'underscore',
    'webapp',
  ], 'server');

rijk avatar Sep 25 '18 13:09 rijk