Hello, I am facing an issue on my self-hosted appwrite instance with Appwrite Sites.
I already have a small vite web app built out that I want to deploy, and I want to import it manually in Appwrite when creating the site project.
The issue is that the compressed tar.gz of my app directory is around 30 MB, but the max file size for uploading an app is only 10 MB.
Is there any workaround? Thank you.
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...