I'm working on a photography hosting platform and really need to be able to process assets larger than 10 Mb for previews The docs (https://appwrite.io/docs/references/cloud/server-nodejs/storage#getFilePreview) say
Preview is supported only for image files smaller than 10MB
Is it possible to overwrite this with an ENV variable or do I need to like build a separate NextJS / Function to create a preview on the fly and call it then ? Thanks in advance
Recommended threads
- Event-triggered function executes but pr...
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured: ```teams.staff...
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...
- Redis exception after failed upgrade
After attempting an Update from 1.8.1 to 1.9.0 where i accidentally typed 1.8.0 I've encountered multiple issues with my appwrite instance all of which resultin...