If I use the following plugin with Meteor 1.3.1 ``` Router.plugin('ensureSignedIn', { only: ['dashboard'] }); ``` I receive the following error. Route dispatch never rendered. Did you forget to call this.next() in an onBeforeAction?
If I use the following plugin with Meteor 1.3.1
I receive the following error.
Route dispatch never rendered. Did you forget to call this.next() in an onBeforeAction?