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
Just spent a lot of time debugging why my progress handler was not firing and finally figured out that putFileContents is not passing onUploadProgress to axios.
I am not sure what the correct fix for this is but happy to submit a quick fix (directly assign to requestOptions) it you would take the PR.
My guess is the bug is in prepareRequestOptions().
The text was updated successfully, but these errors were encountered:
@NKnuelle This PR was left in the middle of a review and I haven't had time to look into it myself: #250
It could be tidied up or re-made and that'd help, of course.. I will eventually get time to do that myself but I'd appreciate someone else doing that as well of course 🙏
Just spent a lot of time debugging why my progress handler was not firing and finally figured out that
putFileContents
is not passingonUploadProgress
to axios.I am not sure what the correct fix for this is but happy to submit a quick fix (directly assign to
requestOptions
) it you would take the PR.My guess is the bug is in
prepareRequestOptions()
.The text was updated successfully, but these errors were encountered: