
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
- Secure connection failed to cloud.appwri...
I've been getting this error for few hours now. Tried different network, cookie reset etc.
- Organization data not cached (again...)
Hello! We have the same issue as last time (refreshed the page and the organization missing, but the databases are working well). Last time somewhat the organ...
- custom domain Google OAuth still calls a...
Hi, my custom domain is successfully connected. When I create a Google OAuth link on Web, Google redirects right to the link I provided . But on Android and iO...
