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
When using with the lastest version of axios (1.x) I get the following error:
TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["0"]
at ClientRequest.setHeader (node:_http_outgoing:647:3)
at new ClientRequest (node:_http_client:284:14)
at Object.request (node:http:97:10)
at RedirectableRequest._performRequest (/tmp/axiosretry/node_modules/follow-redirects/index.js:284:24)
at new RedirectableRequest (/tmp/axiosretry/node_modules/follow-redirects/index.js:66:8)
at Object.request (/tmp/axiosretry/node_modules/follow-redirects/index.js:523:14)
at dispatchHttpRequest (/tmp/axiosretry/node_modules/axios/dist/node/axios.cjs:2322:21)
at new Promise (<anonymous>)
at httpAdapter (/tmp/axiosretry/node_modules/axios/dist/node/axios.cjs:2058:10)
at Axios.dispatchRequest (/tmp/axiosretry/node_modules/axios/dist/node/axios.cjs:3151:10) {
code: 'ERR_INVALID_CHAR'
}
When using with the lastest version of axios (1.x) I get the following error:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: