Question

I am making a project with Meteor (Meteor.com) where I would like to use iron-router for the page routing, as well as the built-in accounts-ui package for login functionality.

Before using iron-router, my {{loginButtons}} worked fine, but after adding iron-router, they no longer show up and the entire page will not load. If I take {{loginButtons}} out, it works fine.

Any idea of what is going on, or a solution?

Thank you!

Was it helpful?

Solution

I assume you've upgraded (or Meteorite upgraded) the project's Meteor version to the latest (0.8.1). In the new version you need to use {{> loginButtons}}. See the wiki for more migration instructions.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top