Image link broken for self-hosted 1.8.0 (updated from 1.7.4), was working fine in older Console version (6.0.43, updated to 7.4.10).
Image URL returns 404
refreshed a few more times and now it gives:
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.8.0"}
appwrite logs:
2025-10-26T14:08:56.686327017Z [Error] Timestamp: 2025-10-26T14:08:56+00:00
2025-10-26T14:08:56.686356177Z [Error] Method: GET
2025-10-26T14:08:56.686359777Z [Error] URL: /v1/storage/buckets/:bucketId/files/:fileId/preview
2025-10-26T14:08:56.686362497Z [Error] Type: Exception
2025-10-26T14:08:56.686364737Z [Error] Message: Image conversion failed
2025-10-26T14:08:56.686367137Z [Error] File: /usr/src/code/vendor/utopia-php/image/src/Image/Image.php
2025-10-26T14:08:56.686369457Z [Error] Line: 489```
could be a problem with webp in 1.8.0
it is related to this https://discord.com/channels/564160730845151244/1431187289702268968
already fixed in Console, waiting for new release
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...