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
When using the .attach method on a request.post the body.value.read(), appears to be returning undefined for files. I am not sure what the reason for this might be, I have created a test-case showcasing the problem and can create a PR for the same if required. test case file
The text was updated successfully, but these errors were encountered:
A work-around in the meantime that I was able to get working used the blob with the attach and that was working, but passing just the file path doesn't seem to be working.
Issue
Setup:
Details
When using the
.attach
method on arequest.post
the body.value.read(), appears to be returning undefined for files. I am not sure what the reason for this might be, I have created a test-case showcasing the problem and can create a PR for the same if required. test case fileThe text was updated successfully, but these errors were encountered: