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
In onRetry we receive the error and request config.
If same axios client is used for multiple requests, it is difficult to identify for which request retry is going on, especially if URLs, params and headers for these requests are same.
So it is suggested to attach an autogenerated unique id named groupId which identifies the request and is included in either error object or request config, which will be same for all retries for a specific request.
The text was updated successfully, but these errors were encountered:
In onRetry we receive the error and request config.
If same axios client is used for multiple requests, it is difficult to identify for which request retry is going on, especially if URLs, params and headers for these requests are same.
So it is suggested to attach an autogenerated unique id named groupId which identifies the request and is included in either error object or request config, which will be same for all retries for a specific request.
The text was updated successfully, but these errors were encountered: