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
I have found the `{{atNavButton}}' mentioned in the documentation, and I hought "Great! I don't have to bother with this!" but using the template generate these errors :
Exception from Tracker afterFlush function:
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.<anonymous> (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)
Exception from Tracker afterFlush function:
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.<anonymous> (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)
I am using these packages :
accounts-password 1.1.1 Password support for accounts
angular:angular2 2.0.0-alpha.25 Angular2 repackaged for meteor.
autopublish 1.0.3 Publish the entire database to all clients
flemay:less-autoprefixer 1.1.0 The dynamic stylesheet language + Autoprefixer
insecure 1.0.3 Allow all database writes by default
meteor-platform 1.2.2 Include a standard set of Meteor packages in your app
netanelgilad:angular2-typescript 0.0.3 Compile Angular2 code using Typescript compiler.
semantic:ui 2.0.7 Official Semantic UI Integration for Meteor
tap:i18n 1.5.1 A comprehensive internationalization solution for Meteor
tap:i18n-ui 0.7.0 User interface for the tap-i18n package
useraccounts:semantic-ui 1.11.1 Accounts Templates styled for Semantic UI.
The text was updated successfully, but these errors were encountered:
Might this be the same as #367?
...actually it might be you're using the nav button without the signIn route configured and you end up redirected to an unexisting route.
I have found the `{{atNavButton}}' mentioned in the documentation, and I hought "Great! I don't have to bother with this!" but using the template generate these errors :
I am using these packages :
The text was updated successfully, but these errors were encountered: