I would like to define a default error page in meteor. That is if application is crashing or other error occurs the user should be redirected to a “friendly” page that says something like : system is unavailable , please contact etc etc.
Is there any way to accomplish this or something similar ?
Thank you
You have to use BackboneJS(Backbone Router) for routing. With this code the session variable ‘page_type’ let’s you know if you are on a wrong url.
Now you can use the ‘page_type’ to tell the template engine which template to load.