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
error handling callback to decide whether to abort uploading
retry callback to decide whether to keep trying to upload
max attempts number
Actual behavior
The current implementation lets me customize neither retry mechanism nor error handling. For example, if my upload endpoint returns validation error during the process it will start over and over again for 10 times defined as a constant in the code.
The text was updated successfully, but these errors were encountered:
Initial checklist
Link to runnable example
No response
Steps to reproduce
Analyze the source code:
uppy/packages/@uppy/companion-client/src/RequestClient.ts
Line 298 in f331622
Expected behavior
I expect I am able to provide:
Actual behavior
The current implementation lets me customize neither retry mechanism nor error handling. For example, if my upload endpoint returns validation error during the process it will start over and over again for 10 times defined as a constant in the code.
The text was updated successfully, but these errors were encountered: