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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...