Threads
Console display all Databases as TablesDB
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `legacy`. Screenshot 1 : shows all 5 datab...
- Databases
- Self Hosted
- Cloud
Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instance of Appwrite. Currently on where i'm a...
- Self Hosted
Sites settings shows ALL build runtimes
When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-installed ones. my runtimes : functions: run...
- Self Hosted
- Sites
Angular v22 cannot build
Using appwrite, it's not possible to build Angular v22 website because the node versions are too old for it. - Appwrite node-22 is 22.22.0, Angular needs 22.22.3 or + - Appwrite node-24 is 24.13.0, A...
- Sites
[SOLVED] Unable to push function from API KEY with CLI
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. $ appwrite client --endpoint $APPWRITE_ENDPOINT --project-id $APPWRITE_PRO...
- Resolved
- Functions
Executor with custom S3 doesn't work in appwrite 1.9.5 (executor 0.25.1)
Was testing to upgrade appwrite to 1.9.5 and when testing the S3 part i saw the executor didn't work anymore. When looking closly i saw the `StorageFactory` doesn't provide the bucket anymore. I open...
- Self Hosted
- Functions
- Sites
Redis with user/pass doesn't work NO_AUTH wrong user/pass
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass the user when creating the redis conenc...
- Self Hosted
[SOLVED] 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_type>` will be migrated to S3 ? 2. How doe...
- Resolved
- Self Hosted
[SOLVED] How to use the Health endpoints
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses. Looking at : https://appwrite.io/docs/references/1.8.x/server-nodejs/health I s...
- Resolved
- Self Hosted
- REST API
- Cloud