Open Andree98 opened 1 year ago
Calling the storage file preview endpoint with output=webp doesn't work unless I manually add a image/webp accept header
output=webp
image/webp
The image should come in webp format
The file comes in the original format (jpeg)
Different version (specify in environment)
Linux
appwrite: ^11.0.1
@Andree98 Thank you for reporting the issue. We will look into it.
Related: https://github.com/appwrite/appwrite/issues/6976
👟 Reproduction steps
Calling the storage file preview endpoint with
output=webp
doesn't work unless I manually add aimage/webp
accept header👍 Expected behavior
The image should come in webp format
👎 Actual Behavior
The file comes in the original format (jpeg)
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
appwrite: ^11.0.1
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?