We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@Andree98 Thank you for reporting the issue. We will look into it.
Sorry, something went wrong.
Related: appwrite/appwrite#6976
lohanidamodar
No branches or pull requests
👟 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?
The text was updated successfully, but these errors were encountered: