
Hi,
I am having a weird issue where when the user is uploading a file with .webp extension to my appwrite cloud storage bucket (using storage.createFile ), it does not generate a preview.
When the user uploads any other file format, I am able to generate a preview using storage.getFilePreview, however, to display the webp image that the user uploaded, I have to use getFileView.
The attached image shows the list of images in my bucket, notice how the webp images have no thumbnail.
When I invoke getFilePreview on one of the webp, I get the second image.
As stated earlier, invoking getFileView solves the issue, but I am losing out on a lot of image optimizations.

As mentioned in office hours, looks like this is a bug. Can you create a GitHub issue?
Recommended threads
- I can't customize my domain
I can't customize my domain I have been setting up the NS server for a while but it still doesn't work.
- Broadband Pricing Inquiry
I would like to know whether the API bandwidth includes the traffic generated when uploading and downloading files?
- Resource Limit Exceeded
I am making a project on React Native + Expo. I have it connected to an Appwrite project. The Appwrite project is sort of messy and it has 900k requests. I was ...
