I replaced the docker compose file I obtained from https://appwrite.io/install/compose and I ran a docker compose up -d --remove-orphans and it updated the containers.
When I tried to login, I got a server error. The appwrite logs show the following: `
2024-03-08T18:01:23.700072369Z [Setup] - Server database init started... 2024-03-08T18:01:23.700107036Z [Setup] - Creating database: appwrite... 2024-03-08T18:01:23.743469536Z [Setup] - Server database init completed... 2024-03-08T18:01:23.743497962Z Server started successfully (max payload is 6,291,456 bytes) 2024-03-08T18:01:23.743501999Z Master pid 1, manager pid 7 2024-03-08T18:01:55.717961307Z Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /usr/src/code/src/Appwrite/Auth/Auth.php on line 393 2024-03-08T18:01:55.718006918Z 2024-03-08T18:01:55.718013161Z Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /usr/src/code/src/Appwrite/Auth/Auth.php on line 393 2024-03-08T18:01:55.721683506Z [Error] Timestamp: 2024-03-08T18:01:55+00:00 2024-03-08T18:01:55.721694973Z [Error] Method: POST 2024-03-08T18:01:55.721708108Z [Error] URL: /v1/account/sessions/email 2024-03-08T18:01:55.721711387Z [Error] Type: TypeError 2024-03-08T18:01:55.721714203Z [Error] Message: count(): Argument #1 ($value) must be of type Countable|array, null given 2024-03-08T18:01:55.721717223Z [Error] File: /usr/src/code/app/controllers/shared/api.php 2024-03-08T18:01:55.721720168Z [Error] Line: 292`
hm reading general it seems I forgot to run a migration... let me check
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...