You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to submit a new post, I'm getting a 'postInsert method not found' error and the post fails to submit. I've checked my code and it seems identical to that in your book.
Any ideas?
Adrian
The text was updated successfully, but these errors were encountered:
lib/collections/posts.js
change the code like this:
delete this line---- check(Meteor.userId(), String);
add this line ---- check(this.userId, String);
When trying to submit a new post, I'm getting a 'postInsert method not found' error and the post fails to submit. I've checked my code and it seems identical to that in your book.
Any ideas?
Adrian
The text was updated successfully, but these errors were encountered: