While using aldeed:Autoform and in Meteor.methods, I was using the check argument, but was getting the following error and stack trace
Here is my original meteor method, which threw this error….
The issue is that autoform sends in 3 different arguments to Meteor method. We need to check all the arguments for the check to pass successfully….
Changing to this should work:
‘
`