diff --git a/ghost/admin/app/routes/application.js b/ghost/admin/app/routes/application.js index 6c05f8be48..5f7684c8f9 100644 --- a/ghost/admin/app/routes/application.js +++ b/ghost/admin/app/routes/application.js @@ -193,6 +193,8 @@ export default Route.extend(ShortcutsRoute, { /NetworkError when attempting to fetch resource./, /Failed to fetch/, /Load failed/, + /The operation was aborted./, + // TransitionAborted errors surface from normal application behaviour // - https://github.com/emberjs/ember.js/issues/12505 /^TransitionAborted$/,