diff --git a/src/global-methods.js b/src/global-methods.js index 9426acede..c286ede9b 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -98,7 +98,7 @@ export default { ); } - if (error.response.status != "404") { + if (error.response.status && error.response.status != "404") { // Do not route to error logic when no wipers found or no promo found (404s) router.navigateError();