javascript - Meteor-accounts fails to log in -


i using meteor accounts-password package design login system. while working, seems have stopped no noticeable cause. when create account, takes long time (several minutes) callback occur. if meteor decides re-render page ajax request in middle, account creation terminates no callback. if manages complete without interruption, callback comes error saying email existed (it didn't), account still created in database. user not logged in result.

when try log in, application hangs several minutes either interrupted ajax refresh or returns login failed.

the problem server ran out of available ram process request. using nitrous.io , hit ram limit. removed 25mb collection , accounts system worked flawlessly. adding collection once again caused no longer work. 1 gb of available ram.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -