How to abort retry before hitting the retry limit? #551
Unanswered
KyleRicardo
asked this question in
Q&A
Replies: 1 comment
-
We have a test to prove that Lines 502 to 532 in 3cf5064 It would be helpful to see a reproducible example of what is not working. Are you sure you are |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi community,
I'm using
beforeRetry
hook to do the refresh token logic, and if the refreshToken is expired, I'll receive an error, so I should not try another time and navigate the user to the login page. But even if I return theky.stop
, the retry seems not to stop until hit the limit.What should I do to prevent from keep retrying? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions