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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...