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
After sign-up, user is not logged in. The user is created fine, but then has to go to /sign-in to log in. I believe this was due to moving everything to server. From the docs (http://docs.meteor.com/#accounts_createuser):
On the client, this function logs in as the newly created user on successful completion. On the server, it returns the newly created user id.
Thanks, great package!
The text was updated successfully, but these errors were encountered:
After sign-up, user is not logged in. The user is created fine, but then has to go to
/sign-in
to log in. I believe this was due to moving everything to server. From the docs (http://docs.meteor.com/#accounts_createuser):Thanks, great package!
The text was updated successfully, but these errors were encountered: