Closed Zyles closed 4 years ago
Same for me. Altought I noticed that a GET Request will be retried, however POST requests that result in CORS errors will not be retried.
I kind of used a dirty workaround with:
retryCondition: function() { return true }
Why would you retry on CORS error? The server should be configured adequately to allow your requests or you should use JSONP, if possible.
Why would you retry on CORS error? The server should be configured adequately to allow your requests or you should use JSONP, if possible.
I don't own the server.
Ok, feel free to open a proper issue with more details (Axios version, use case, response from the server and any relevant info).
When I get a CORS or network error it does not seem to retry properly for me.