still not having any success removing the error, I found this post
Error: Invalid CEN header (bad signature)
Here is the fix, You need to specify your binary media types for your gw api otherwise it will get treated as utf-8 text which in this case manifested itself by losing the signature data.
binaryMediaTypes: ["multipart/form-data", "application/zip"]
does this have any bearing re sigil files
|