iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

How I can do the subscription for 404 #1554

Open nazarposhta opened 8 years ago

nazarposhta commented 8 years ago

I can't create the subscription for "notFoundTemplate" because the main "Router.configure" ignores the "Meteor.subscribe('user')". And I don't have the data on 404 page.