DiscoverMeteor/Microscope

Errors chapter. Error: Did you forget to call this.next() in an onBeforeAction?

Closed this issue · 1 comments

In code

Router.before(function() { clearErrors() });

You need to add this.next(), after clearErrors() function.

I don't think we use the clearErrors function anymore. Closing this.