I'm getting this error on my self-hosted instance while updating a doc. Extended error:
TypeScript
appwrite | [Error] Line: 3193
appwrite | [Error] Timestamp: 2024-04-04T22:25:41+00:00
appwrite | [Error] Method: PUT
appwrite | [Error] URL: /v1/storage/buckets/:bucketId/files/:fileId
appwrite | [Error] Type: Utopia\Database\Exception\Structure
appwrite | [Error] Message: Invalid document structure: Missing required attribute "bucketInternalId"
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
appwrite | [Error] Line: 3193
Only happens with old files. New files doesn't seems to be affected and they can be updated without any issues
TL;DR
Error: Missing "bucketInternalId" attribute while updating a document in self-hosted instance. Only occurs with old files, new files are fine.
Solution: Ensure the "bucketInternalId" attribute is present when updating old files.Via console or programatically?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...