No matching login attempt found with Meteor accounts oauth -


i getting "no matching login attempt found" after successful oauth handshake twitter. accounts-ui button briefly indicates user signed in, , returns "sign in twitter" state. there user document created in database, not contain helpful fields.

the silent issue here had attached schema meteor.users collection using aldeed:simple-schema. once removed schema, worked charm. unclear why validation error did not surface, i'm embarrassed how time took me figure out issue.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -