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.
[SOLVED] Appwrite Functions Error
Updating my Appwrite CLI seemed to have fixed the issue.
Great to hear you managed to solve it ๐ Thanks for sharing with us the solution! <:appwritepeepo:1156975874852270110>
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...