itsjustintimeOriginal post
Rank 2: Process
I'm trying to deploy a function with the CLI. This same command worked fine before many times.
✗ Error <?xml version="1.0" encoding="UTF-8"?><Error><Code>EntityTooSmall</Code><Message></Message><BucketName>cloud-fra1-prd-storage-2</BucketName><RequestId>tx00000bbe906ab0fc83c5d-006590989e-cf513ca2-fra1b</RequestId><HostId>cf513ca2-fra1b-fra1-zg02</HostId></Error>
It stays locked in a Processing state.
If I try to redeploy again, the command seemingly goes through without an error, but the screenshot error appears when I check the failed deployment.
Summary
I encountered an issue when trying to deploy a function with the Appwrite CLI. The error message displayed was:
```
✗ Error <?xml version="1.0" encoding="UTF-8"?><Error><Code>EntityTooSmall</Code><Message></Message><BucketName>cloud-fra1-prd-storage-2</BucketName><RequestId>tx00000bbe906ab0fc83c5d-006590989e-cf513ca2-fra1b</RequestId><HostId>cf513ca2-fra1b-fra1-zg02</HostId></Error>
```
