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
- THE COLUMNS STUCK ON PROCESSING HOW DO I...
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Understanding S3 setup with appwrite
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration. 1. Does all the `/storage/<storage_ty...