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
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...