"Body is unusable" or "fetch failed" when using server to upload Zip files
Hi
I'm getting errors like
if I don't set the (
readonly
) property name
on myBlob
or
when trying to upload files using utapi.uploadFiles(myBlob)
.
The file is a ZIP file and I can perfectly serve it later in the code using
What am I doing wrong?3 Replies
Running into the same issue, did you find a solution?
No, I've "quickly" implemented it using AWS S3, since I had to hurry 😅.
the solution seems to be doing it like this and adding the
file.name