response data not passed to getResponseData
like described when any integration e.g. Dropbox and therefor not available in uppyInstance.on('complete'
#4915
Labels
Initial checklist
Link to runnable example
No response
Steps to reproduce
Setup Uppy companion on the client. When using any integration like Dropbox the reponse will not be properly attached to the
upload-success
event and therefor also not tocomplete
.Expected behavior
In the docs the following is stated:
Found the particular code that results in this not being the case. There even is a TODO:
uppy/packages/@uppy/companion-client/src/RequestClient.ts
Lines 487 to 496 in 6b4f5b6
While not correct, because the callback not being invoked I could fix the issue by patching the node_module with:
Actual behavior
The response data from the websocket should be passed to
upload-success
.The text was updated successfully, but these errors were encountered: