You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe an event triggering or just method calling. I think App.vent would fit good for this. You just call App.vent.trigger('error:http', 404) from any view and that's all. In main.js create App.vent.on('error:http', callback) handler.
Error pages shouldn't be routes. When user hits refresh it shouldn't try to preform previous action again.
The text was updated successfully, but these errors were encountered: