-
Notifications
You must be signed in to change notification settings - Fork 80
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
Meteor.user() isn't there anymore #168
Comments
Update: it isn't there in latest Meteor also (fast-render is latest too) |
Meteor.user isn't there even if I have it explicitly in flow router subscriptions like this.register('Me', Meteor.subscribe('Me')); Where 'Me' is Meteor.publish('Me', function() { |
Probably the same issue as #176 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I have Meteor.user() call in some routes triggersEnter. It worked before Meteor update (I have 1.3.1currently, didn't checked latest yet) but now only Meteor.userId() call returning an ID.
The text was updated successfully, but these errors were encountered: