Clark Ritchie

Results 13 comments of Clark Ritchie

`var id = Accounts.createUserWithPhone(user);`

@ahmedtabrez Honestly, I've never messed with Mongo indexes! Here's what I've got -- your suggestion is to drop the index on `services.phone.verify.code`, is that right? ``` > db.users.getIndexes() [ {...

Thanks, I'll give that a shot. Maybe the EasySearch package created that index. I didn't create them manually... Appreciate the suggestion!

Thanks again, confirmed it's coming from the Meteor [EasySearch](https://github.com/matteodem/meteor-easy-search/issues/393) package. Cheers!

Re-opening this one. We have 10,000 users in our application **a lot of which are unverified**, now and I get this error frequently when adding a new user.

Ah, here we go: https://github.com/okland/accounts-phone/blob/master/phone_server.js#L612-L615

No, I'm not using `MongoTextIndex`. As above, when I add this package, I see the index in the db. When I remove this package, the index goes away.