We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, handleRequestError gets undefined in the first argument when request timed out on the client-side. So, we don't have access to error details.
undefined
Original axios contains some information about this kind of problems:
It would also be nice to have all the information about the original error.
The text was updated successfully, but these errors were encountered:
fix: correctly handle errors with the missing response
a3868ed
There is no response in case this is a timeout error. Closes: #17
6b9dc0e
Successfully merging a pull request may close this issue.
Hello, handleRequestError gets
undefined
in the first argument when request timed out on the client-side. So, we don't have access to error details.Original axios contains some information about this kind of problems:
It would also be nice to have all the information about the original error.
The text was updated successfully, but these errors were encountered: