We were able to repro the issue and found in our logs that the deploy failed while extracting zip due to too many zip entries. Your zip file contained over 90 files and not 6.
We believe this is a bug and will file a bug report. We’ll update you on what we find!
yeah so i tried both options of first creating a site and then deploying via zip and doing uploaing zip & and creating site together in one rewuest. both options result in build failing when it unzips. Do keep in mind my zips have atleast 10+ files inside them…
then i tired the file digest method, creating and uploading the file digest with hashes work but uploading the file itself with a PUT request say “record not found”
Actually i got the file digest method to work i was reading the file data wrong. i just had to do open(file_name, ‘rb’). Im assuming that caused the issue with the zip as well anyways…its working now