Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
production
-
None
-
f12271990 (dev)
Description
Due to having some additional logic in axiosRetry, the response object's status and code are checked. This causes a crash if the reason is a timeout.
Fix: Make status text and status code optional for the retry check. The default handling will handle the case where no response is received (timeout).