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
constconfig: AxiosRequestConfig={adapter: 'fetch',
method,url: 'https://example.com',data: body,timeout: 5000,// Set timeout to 5 seconds for testing};axiosRetry(axios,{retries: 3,// Number of retriesretryDelay: axiosRetry.exponentialDelay,shouldResetTimeout: true,// Reset timeout on retry});returnaxios(config);
retrying logic goes away when I add adapter: 'fetch'.
The text was updated successfully, but these errors were encountered:
retrying logic goes away when I add
adapter: 'fetch'
.The text was updated successfully, but these errors were encountered: