Sentry reported a random error coming from Axios, Error: timeout of 0ms exceeded.
Under what circumstances would this error appear? We don't have timeout settings configured, and 0ms seems like a mighty short time for any request to finish, so why is this error thrown?
It appears to have been a one off that is not readily reproducible, so I can't provide test code, but the underlying network error seems to have been ECONNABORTED.
Axios version 0.18.0
Sentry reported a random error coming from Axios,
Error: timeout of 0ms exceeded.Under what circumstances would this error appear? We don't have timeout settings configured, and 0ms seems like a mighty short time for any request to finish, so why is this error thrown?
It appears to have been a one off that is not readily reproducible, so I can't provide test code, but the underlying network error seems to have been
ECONNABORTED.Axios version 0.18.0