-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grounding User Info #16
Comments
Thanks @Lepozepo, not sure I'll have to look into this in two weeks time - got a deadline in a project at the moment |
Not sure if its related to https://github.com/GroundMeteor/Meteor-GroundDB/blob/master/groundDB.client.js#L625 I'm planning to refactor groundDB into 3 packages:
This will hopefully make debugging a bit easier |
Cool, wish I understood meteor core better so I could help >_<. Best of luck with your current project! |
This is weird... I forked the project, cloned it to my test project, committed a change to ignore .DS_Store (mac trash) deployed on tester1080.meteor.com and the bug isn't happening anymore O_O. Does that make any sense? If you want to see for yourself, just go to that site, make a user and refresh the page and the login will work (unless the server is unreachable when you first hit the page). |
I tried grounding Meteor.users but I'm getting awkward behavior after deploying to modulus, this error is also happening in http://grounddb.meteor.com/
Basically after logging in, if you refresh the page, you can't log back in. After deleting the users login token you can log back in but if the token is set you're stuck logging in. Is there a work around for this?
The text was updated successfully, but these errors were encountered: