You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After write the email and submit the form, if I check the session variable in the console it is correct but if I check for Meteor.userId() it is always 'null', how I have to use it?
The text was updated successfully, but these errors were encountered:
I have AccountsGuest.enabled set as false, now I want to login a visitor when they enter an email in one input, I have this code:
After write the email and submit the form, if I check the session variable in the console it is correct but if I check for Meteor.userId() it is always 'null', how I have to use it?
The text was updated successfully, but these errors were encountered: