-
Notifications
You must be signed in to change notification settings - Fork 278
Description
I'm posting it at core package because the issue is happening with bootstrap, ionic packages (I've not tested with the other variants).
Replicating the scenario
meteor create your_project
cd your_project
meteor add useraccounts:ionic
OR
meteor add useraccounts:bootstrap
Error messages
Exception from Tracker afterFlush function:
debug.js:41 TypeError: Cannot read property 'email' of undefined
at AT.atInputRendered (at_input.js:4)
at template.js:116
at Function.Template._withTemplateInstanceFunc (template.js:437)
at fireCallbacks (template.js:112)
at null. (template.js:205)
at view.js:104
at Object.Blaze._withCurrentView (view.js:523)
at view.js:103
at Object.Tracker._runFlush (tracker.js:468)
at onGlobalMessage (setimmediate.js:102)
debug.js:41 Exception from Tracker afterFlush function:
debug.js:41 TypeError: Cannot read property 'password' of undefined
at AT.atInputRendered (at_input.js:4)
at template.js:116
at Function.Template._withTemplateInstanceFunc (template.js:437)
at fireCallbacks (template.js:112)
at null. (template.js:205)
at view.js:104
at Object.Blaze._withCurrentView (view.js:523)
at view.js:103
at Object.Tracker._runFlush (tracker.js:468)
at onGlobalMessage (setimmediate.js:102)
debug.js:41 Exception from Tracker afterFlush function:
debug.js:41 TypeError: Cannot read property 'password_again' of undefined
at AT.atInputRendered (at_input.js:4)
at template.js:116
at Function.Template._withTemplateInstanceFunc (template.js:437)
at fireCallbacks (template.js:112)
at null. (template.js:205)
at view.js:104
at Object.Blaze._withCurrentView (view.js:523)
at view.js:103
at Object.Tracker._runFlush (tracker.js:468)
at onGlobalMessage (setimmediate.js:102)