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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...