Skip to content

"Exception from Tracker afterFlush function" with any bootstrap, ionic... #367

@Grabber

Description

@Grabber

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions