ahmedtabrez

Results 7 comments of ahmedtabrez

@idanwe, How do you create users? `Accounts.createUser()` or `Accounts.createUserWithPhone()`

Looks like a problem in your schema. Are you using SimpleSchema ? If yes, Can you post your UserSchema here ?

@clarkritchie, were you able to solve it ??? can you post a lil code here ... Also check if your mongodb has indexes (on the key `services` or its subkeys...

@clarkritchie , Drop the indexes manually and restart your application. If the indexes come back, Probably there is another package or another part of code which is playing with `Meteor.users._ensureIndex()`.

@ChenLi0830, Perform phone verification on server side. The user won't be logged in.

related: https://github.com/okland/accounts-phone/issues/6