So I'm able to connect and I see the mongeez collection generated by Mongeez but then mongodb give me the following error: not authorized for update on app17069692.mongeez
[info] at com.mongodb.CommandResult.getException(CommandResult.java:77)
[info] at com.mongodb.CommandResult.throwOnError(CommandResult.java:110)
[info] at com.mongodb.DBTCPConnector._checkWriteError(DBTCPConnector.java:102)
[info] at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:142)
[info] at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:115)
[info] at com.mongodb.DBApiLayer$MyCollection.update(DBApiLayer.java:327)
[info] at com.mongodb.DBCollection.update(DBCollection.java:178)
[info] at org.mongeez.dao.MongeezDao.addTypeToUntypedRecords(MongeezDao.java:56)
[info] at org.mongeez.dao.MongeezDao.configure(MongeezDao.java:47)
[info] at org.mongeez.dao.MongeezDao.<init>(MongeezDao.java:43)
When I connect to mongo with the console as the same user I have no problem doing a find(), insert() or update().