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
Everything appears to be working, but all of my team gets this axios error after yarn start or yarn deploy.
(node:35580) UnhandledPromiseRejectionWarning: Error: Request failed with status code 404
at createError (/Users/garrettboatman/repos/byte-www/node_modules/axios/lib/core/createError.js:16:15)
at settle (/Users/garrettboatman/repos/byte-www/node_modules/axios/lib/core/settle.js:18:12)
at IncomingMessage.handleStreamEnd (/Users/garrettboatman/repos/byte-www/node_modules/axios/lib/adapters/http.js:201:11)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1092:12)
Any ideas?
The text was updated successfully, but these errors were encountered:
Hey @garrettboatman. We're getting the same error with the current build.
This is an issue with Slate Analytics. You can see the relevant issue at Shopify/slate#1075
This issue includes a fix that is quite suitable until a new version is shipped. Essentially you should change line 95 of node_modules/@shopify/slate-analytics/index.js to return axios('https://v.shopify.com/slate/track', axiosConfig).catch(() => {});. This ensures the script will bail silently if there is an error.
Everything appears to be working, but all of my team gets this axios error after
yarn start
oryarn deploy
.Any ideas?
The text was updated successfully, but these errors were encountered: