After upgrade to 1.3.0 and launch migrate script, when I go on
TypeScript
Console > Project > Database > Collection
I got error on picture, and all Console is unavailable with Gateway Timeout error (504) I have to restart the docker containers to get access to the console again
TL;DR
After upgrading to version 1.3.0 of Appwrite, users are experiencing a crash with the error message: "Utopia\Database\Document::__construct(): Argument #1 ($input) must be of type array, stdClass given." This error occurs when attempting to access the "/v1/teams/:teamId/prefs" endpoint. In addition, after upgrading, the Console becomes unavailable with a "Gateway Timeout" error (504). The recommended solution is to restart the Docker containers, which should restore access to the Console. For more detailed discussions and solutions, refer to the support channel threads.Hi, we are looking into this - please see other threads on support channel
Ok, mybad - If you want error not on picture format
TypeScript
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/teams/:teamId/prefs
appwrite | [Error] Type: TypeError
appwrite | [Error] Message: Utopia\Database\Document::__construct(): Argument #1 ($input) must be of type array, stdClass given, called in /usr/src/code/app/controllers/api/teams.php on line 228
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Document.php
appwrite | [Error] Line: 29
Recommended threads
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...