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

this isn't working at all. #50

Open
jmwierzbicki opened this issue Dec 7, 2015 · 3 comments
Open

this isn't working at all. #50

jmwierzbicki opened this issue Dec 7, 2015 · 3 comments

Comments

@jmwierzbicki
Copy link

Not sure if anyone care anymore about this plugin, but when i installed it, plugin doesn't seems to do anything at all. Meteor.userId() returns null on every browsers

@jbrozena22
Copy link

I had this problem and fixed it by adding these two packages to my meteor .packages file:
check
random

I think these two are no longer loaded by default with Meteor so you have to add them manually.

@meepeek
Copy link

meepeek commented Jan 19, 2016

You will need to set these flags on the server side.

AccountGuest.forced = true;
AccountGuest.enable = true;
AccountGuest.anonymous = true;

@johndevor
Copy link

I'm getting a ReferenceError: AccountGuest is not defined on the server when trying to enable those options currently. Is it a Global that's available on the server or do I need to instantiate AccountGuest in some way?

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

No branches or pull requests

4 participants