model() { let userPromise = this.store.findAll(‘user’); userPromise.catch((error) => { // transition to another route and show some error notification saying your team is doing their best to fix the problem }); return userPromise; }