meteor-useraccounts / flow-routing

Useraccounts packages add-on for integration with Flow Router and Blaze Layout.
https://atmospherejs.com/useraccounts/flow-routing
MIT License
72 stars 50 forks source link

Always redirecting to home path / #40

Closed ragulka closed 8 years ago

ragulka commented 8 years ago

I seem to have an issue with the useraccounts routes - they all get redirected to the home path and I cannot tell why. Any ideas what might cause this, as perhaps I am missing something obvious?

Note: this is only happening with the useraccounts routes configured with AccountTemplates.configureRoute.

ragulka commented 8 years ago

Figured it out, based on a hint from here: https://github.com/meteor-useraccounts/core/issues/423#issuecomment-122718961

Turns out I was logged in and that's why I was always redirected to the root path.