We’re on Meteor 1.6.1.3 and recently we’ve been having issues with users not being able to login. This is only happening in production and I’ve never seen it happen locally.
After doing some checks with the Meteor Chrome extension I see that the user is able to login server side and the server sends the token back to the client. The problem is that the client does not put this information in localstorage and running Accounts.loggingIn()
in the Chrome console returns true forever.
We use UserAccounts for login:
Upon clicking log in the buttons just go gray and stay gray.
This package hasn’t been updated in 2 years however.
Anyone have any idea what is going on or how to fix?