Replies: 1 comment 3 replies
-
I would really appreciate if you could assist. Thank you so much for your time! 🙏 CC: @tannerlinsley @TkDodo @zorzysty @cherniavskii @DamianOsipiuk @arnaudbzn @Newbie012 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a React Query mutation to make a server side request, however, the
isLoading
property does not change when there is anaxios
error (500 server side error) and theisError
property also staysfalse
. For reference, I have the following setup.Base HTTP client class:
Mutation:
Usage:
Problem
With this setup,
isLoading
staystrue
andisError
remainsfalse
even if Axios throws an error due to a server side 500 error.Tried
I:
Thank you so much for your assistance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions