You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response on registration or authorization error does not come to the promise
For example if a wrong email has been sent in request:
mongoSitesApi.auth(email,passwd).then(function(res){// nothing here},function(err){// nothing here}).catch(function(err){// error was catched but error is undefined});
The text was updated successfully, but these errors were encountered:
Response on registration or authorization error does not come to the promise
For example if a wrong email has been sent in request:
The text was updated successfully, but these errors were encountered: