問題が見つかりました。function(err,obj)を使用する必要があります 代わりに: Auth.findOne({nick: 'noname'}, function(err,obj) { console.log(obj); });