Next.js Discord

Discord Forum

Does Axios timeout and retry activated by default?

Answered
Virginia's Warbler posted this in #help-forum
Open in Discord
Virginia's WarblerOP
I know this question is slightly off topic, but if anyone knows, please let me know
Answered by Asian black bear
No, axios does not have elaborate features to retry etc. I suggest using ky or effect (if you want it way more advanced) and you might profit off of reading this: https://www.adios-axios.com/
View full answer

2 Replies

Asian black bear
No, axios does not have elaborate features to retry etc. I suggest using ky or effect (if you want it way more advanced) and you might profit off of reading this: https://www.adios-axios.com/
Answer
@Asian black bear No, axios does not have elaborate features to retry etc. I suggest using `ky` or `effect` (if you want it way more advanced) and you might profit off of reading this: https://www.adios-axios.com/
Virginia's WarblerOP
I just used a longer timeout time, and then applied axios-retry, because they are simple. So is there any reason why you recommended those instead?