Error in xdn-deploy-lambda: The Content-MD5 you specified is invalid for multi-part uploads

For a Spartacus project that works locally I’m getting the following error during deployment:
error - DeployBuild job failed [unexpected]: Error in xdn-deploy-lambda: The Content-MD5 you specified is invalid for multi-part uploads.

Not sure if this error is related to Spartacus.

XDN VERSION: 2.36.1

Full log:

> Waiting for build to be initialized...
> Package received
Build failed with error: Something went wrong while deploying, please check the logs and contact support if the problem persistsError: Something went wrong while deploying, please check the logs and contact support if the problem persists
    at DeployCommand._wrappedRun (/e2-angular-moovweb/node_modules/@xdn/cli/commands/deploy.js:301:15)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async DeployCommand.run (/e2-angular-moovweb/node_modules/@xdn/cli/commands/deploy.js:114:9)
    at async Object.exports.handler (/e2-angular-moovweb/node_modules/@xdn/cli/commands/deploy.js:421:3)
2021-01-05T14:18:47Z - info - -----------------------
2021-01-05T14:18:47Z - info - InitializeBuild job started
2021-01-05T14:18:47Z - info - Running job 'initializeBuild' on xdn-build-lambda v2.36.1
2021-01-05T14:18:47Z - info - > Provisioning environment
2021-01-05T14:18:52Z - info - > Environment provisioned
2021-01-05T14:18:54Z - info - InitializeBuild job succeeded

2021-01-05T14:21:53Z - info - -----------------------
2021-01-05T14:21:53Z - info - DeployBuild job started
2021-01-05T14:21:53Z - info - Running job 'deployBuild' on xdn-build-lambda v2.36.1
2021-01-05T14:21:57Z - info - > Deploying Serverless functions
2021-01-05T14:22:24Z - info - > Uploading static assets
2021-01-05T14:22:26Z - error - DeployBuild job failed [unexpected]: Error in xdn-deploy-lambda: The Content-MD5 you specified is invalid for multi-part uploads.

Thank you for pointing that out, this is due to an infrastructure upgrade we rolled out today causing a bug on large file upload.
We are rolling out a fix, already available on the free tier and rolling out to enterprise tier tomorrow.

2 Likes

Thanks. Let me know when it’s fixed please.

@egor.mesyats It should be fixed now

1 Like

Thanks so much. It’s gone