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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...