Rest Response:
TypeScript
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "1.8.1"
}
Appwrite Logs
TypeScript
appwrite | [Error] Timestamp: 2026-02-25T21:51:22+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/storage/buckets/:bucketId/files/:fileId/preview
appwrite | [Error] Type: Utopia\Database\Exception\Structure
appwrite | [Error] Message: Invalid document structure: Unknown attribute: "transformedAt"
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
appwrite | [Error] Line: 5288
TL;DR
Error message "Server Error" (code 500) when trying to preview a file. Appwrite logs show an issue with an unknown attribute "transformedAt". Possible database error causing the problem.Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.