This is a complete error:
Internal exception during message processing { msg: 'method', method: 'myServerMethod', params: [], id: '4' }Maximum call stack size undefined
Meteor.methods
myServerMethod: ->
cmd = 'pwd'
exec cmd, (err, stdout, stderr) ->
I could not, for my life, know why I was getting this error. I also tried this on two different machines.
What do i need to check?
source
share