compression type
Hey! How do I go about sending the zipped package via the "Manual Upload API". I either seemed to get compression errors, invalid zip errors or mainfest.json not found errors when on the signing stage.
Currently I'm running (but I've trialed a bunch of other things)
- yarn build && yarn package
- reading the file fs.readFileSync(fileName)
- attempting to send via FormData with the application/zip header set
Any help would be appreciated!
1 Reply
I fixed this. I had to pass the Buffer to the
body
directly as opposed to via FormData