Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor 0.6.5 update breaks router function

I recently updated my meteor app to 0.6.5 and I noticed that the router package is not working properly, so I also did a mrt update, but there are still issues. For example, accessing routes does not render the appropriate template. When I run the router test there is also this issue:

Error: Cannot find module 'connect'

I noticed that there was an update to meteor router, but my app is failing to render the corresponding route-template.

Please let me know if there is a method to fix this issue. Thanks

like image 891
Pan Wangperawong Avatar asked Mar 23 '23 18:03

Pan Wangperawong


1 Answers

Meteor Router has been updated to support 0.6.5. Note also that there will be the last (non bugfix) release and there is a new router project called Iron Router that will replace Meteor Router.

like image 66
Camilo Avatar answered Mar 29 '23 04:03

Camilo