-
Notifications
You must be signed in to change notification settings - Fork 278
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
"Exception from Tracker afterFlush function" with any bootstrap, ionic... #367
Comments
Following your instructions (both bootstrap and ionic), the only error I get on the server is If I also run Are you getting the error on a more complex project? |
Got the same error, when using iron router and calling a page that doesn't exist with a notFound template. Otherwise it works without errors. |
This is the line signaled in the error. The purpose for that line is getting links like this one be used to pre-fill the form inputs. |
possible fix for meteor-useraccounts/core#367
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)
The text was updated successfully, but these errors were encountered: