-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The XML you provided was not well-formed or did not validate against our published schema #133
Comments
Hey @serverlesspolska, thanks for submitting your issue. This error happens when too many files need to be deleted on the s3 bucket holding your static website. This is mostly due to previous delete operation from previous deployment silently failing. This behavior has been fixed in #115 Please ensure your deployment user has s3:deleteObject permissions, update to latest Lift version, delete all files in s3 bucket manually using the web console and try again. Let me know if the problem still happens after that. Sorry for your trouble. |
Just because this issue is still open — wanted to note that I encountered this when an ultimately failing |
I'm also getting this issue. We have a lot of assets in our deployments. Apparently, S3 has a batch delete limit of 1000 files. |
Fixed in #400 |
Thanks! Eyeballing the PR doesn’t look like this would solve my previous problem of delete running when there are no files present. Should I create a separate issue/PR for that? |
@shengslogar yes please :) |
During
sls deploy
of react/gatsby website I get the following error:Perhaps it is that problem: https://stackoverflow.com/a/69235576/4105584
The text was updated successfully, but these errors were encountered: