Closed dvmorris closed 8 years ago
On a newly generated stanza project, I received the following error:
_meteor.Meteor.loggingIn is not a function
I noticed that the function loggingIn() is defined in accounts-base here, and adding this to .meteor/packages seemed to resolve the issue:
.meteor/packages
accounts-base # A user account system accounts-password # Password support for accounts
fixed, added accounts-base
On a newly generated stanza project, I received the following error:
_meteor.Meteor.loggingIn is not a function
I noticed that the function loggingIn() is defined in accounts-base here, and adding this to
.meteor/packages
seemed to resolve the issue: