actuallydan/tadu

Schedules.findOne() returns undefined on mobile browser

Closed this issue · 1 comments

There is an issue where, if the user registers on a mobile browser, it does not create the user's schedule or tag object necessary for normal functionality. This may be related to mobile browser's hesitation with setting local data, which is required for Meteor user functions.

Issue was solved by moving the call to log the user in after adding default tags and schedule