Skip to content
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

Closed
Lepozepo opened this issue Dec 4, 2013 · 4 comments · Fixed by #17
Closed

Grounding User Info #16

Lepozepo opened this issue Dec 4, 2013 · 4 comments · Fixed by #17

Comments

@Lepozepo
Copy link
Contributor

Lepozepo commented Dec 4, 2013

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?

@raix
Copy link

raix commented Dec 5, 2013

Thanks @Lepozepo, not sure I'll have to look into this in two weeks time - got a deadline in a project at the moment

@raix
Copy link

raix commented Dec 5, 2013

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:

  • Pure db caching
  • Pure methods caching
  • LocalStorage adapter - async implementation

This will hopefully make debugging a bit easier

@Lepozepo
Copy link
Contributor Author

Lepozepo commented Dec 5, 2013

Cool, wish I understood meteor core better so I could help >_<. Best of luck with your current project!

@Lepozepo
Copy link
Contributor Author

Lepozepo commented Dec 6, 2013

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants