Trying to fetch an image with a certain width and quality but the URL returned is the original image:
const response= storage.getFileView('car-image', '2PAATemwjcRf26aIfi-OUcedl', 300, 0, 'center', '10');
Also trying to manyally add the parameters in the URL does nothing:
Also using preview instead of view, the parameters work but the image is always this:
Seems the issue is only with .webp images
This is using the web sdk?
The view API doesn't support those additional params you're passing: https://appwrite.io/docs/references/cloud/client-web/storage#getFileView
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...