kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

error after meteor update flow-router from 2.11.0 to 2.12.1 #607

Open palpinter opened 8 years ago

palpinter commented 8 years ago

Hi,

after meteor update I received following error:

Exception in defer callback: Error: No such template: Navbar

Of course teh template is exist, and app works before update.

When I update only flow-router with 'meteor add kadira:flow-router@2.12.1' everything works as expected.

But after 'meteor update' I get error again.

The new meteor version is Meteor 1.3.2.4.

Any idea?

Thx