When I hit a route that doesn't exist on my Meteor app that uses IR, I get a 200
response with an HTML that (when rendered on a browser) displays a js error on console saying that No route found for path: "/aRoute"
.
How can a make it return 404
?