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
I am using useSwrMutation and its trigger value to send a POST request. This works correctly but I want to be able to retry on error. If this fails I would like to retry the request up to 3 times? I am a bit confused on the best way of doing that
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
useSwrMutation
and itstrigger
value to send a POST request. This works correctly but I want to be able to retry on error. If this fails I would like to retry the request up to 3 times? I am a bit confused on the best way of doing thatHow i set up the hook
How I call the
trigger
Any help would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions