Self-hosted 1.9.5 — all function create/update return 500: Unknown attribute: "providerBranches" (metadata ↔ physical-column desync after upgrade)
Env: Appwrite 1.9.5 (self-hosted, Docker), CLI 22.4.0. All containers Up/healthy, disk 26%, RAM fine.
Symptom: Every function write fails with a 500. appwrite push, functions create, and creating from the Console all fail. Reads (GET) work fine. Affects both a brand-new function and updating an existing one.
CLI just shows Server Error. The actual server log:
POST /v1/functions → 500
Utopia\Database\Exception\Structure: Invalid document structure: Unknown attribute: "providerBranches"
at .../database/src/Database/Database.php:5654
at .../Functions/Http/Functions/Create.php:230
PUT /v1/functions/:functionId → 500
Utopia\Database\Exception\Structure: ... Unknown attribute: "providerBranches"
at .../database/src/Database/Database.php:6346
at .../database/src/Database/Adapter.php:432
at .../database/src/Database/Adapter/Pool.php:169
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...