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
- Locked out due to email typo
Hey everyone, I made a really unfortunate mistake and I'm hoping someone here might have some advice. When I originally signed up for Appwrite, I accidentally ...
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...
- run multiple isolated projects