
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
- Bug: Access-Control-Allow-Origin = local...
I'm running into a persistent CORS issue on Appwrite Cloud (fra). When uploading a file via the REST API from my production frontend, the file uploads correctly...
- null
- functions page returns 500
I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that wo...
