Threads
Found 5000+ results.
Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For example, when Im uploading an MP4 file (...
- Web
- Storage
- Cloud
Free to Pro upgrade issues
Could someone please investigate this issue? I recently upgraded my account to the pro version and charged for it, but the account still shows as free. <#1072905050399191082> <#564161373148414012>
- General
- Cloud
Realtime Error Invalid query: Syntax error
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate into my actual apps. I setup Realtime for T...
- Self Hosted
- Databases
- Apple
- Realtime
Getting "The current user has been blocked."
So today I want to deploy something to Appwrite but when I click Sign in with Github, it's redirect me to login site and in the url bar I see this `?error=%7B"message"%3A"The+current+user+has+been+blo...
- Auth
[v1.8.1] Getting error "(role: applications) missing scopes (["documents.write"])"
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: (role: applications) missing scopes (["d...
- Self Hosted
- Functions
Scheduled function silently stopped firing scheduleNext: null
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h ago) — it completed `200` in 1.78s, l...
- Functions
- Cloud
Not getting data
IDK what the issue is but I am stuck at a weried but that I am calling this function @override Future<List<CategoryModel>> getCategories() async { try { final response = await _tables.lis...
- Cloud
Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on the ui side not to the server side, for ...
- Cloud
Deleted my account, trying to signup again, getting this error
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+or+provider-specific+variations+and+try+a...
- Cloud
TOO_MANY_REDIRECTS after temporarily enabling _APP_OPTIONS_FORCE_HTTPS
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I disabled and rebooted, since then I have n...
- Self Hosted
Unable to create Sites or Functions with custom compute via Server SDK
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t find the Compute options? Is it possible to...
- Sites
- Functions
- Cloud
listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" : 1, "rows" : [ { "name" : "test", ...
- Databases
- Flutter
Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Databases
- Cloud
Broken Flutter SDK >=24.1.0
Row.fromMap now does: data: Map<String, dynamic>.from(map["data"] ?? {}) But Appwrite Cloud TablesDB row responses return custom row columns flattened at top level, { "supported_versions": ["1.2....
- Databases
- Flutter
- Cloud
Flutter OAuth2 does not attach Google session to existing anonymous session
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already an active session, a new OAuth2 session s...
- Flutter
- Auth
- Cloud
Triggers and call function in function problem
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an extremely long time to execute. When a fu...
- Functions
- Realtime
- Cloud
TablesDB `updateRows` returns `database_not_found` on self-hosted Appwrite 1.9.0 with session client
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` - Next.js 14 / React 19 - `node-appwrite...
- Self Hosted
- Databases
- Web
[SOLVED] Realtime Missing Channels
useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chips} = await databases.listRows({ ...
- Self Hosted
- Web
- Realtime
Functions executed by events does not appear in Execution tab
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) does no appear in the "Executions" tab, eve...
- Self Hosted
- Functions
Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > click on `Go to GitHub` 3. Update to allow...
- Sites
- Functions
- Cloud
Some pages on the console are not working
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). I identified that some pages are not working on the console. This is at least the case for the "Templates" tab on the Functions...
- Self Hosted
THE COLUMNS STUCK ON PROCESSING HOW DO I FIX THEM
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Self Hosted
Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Databases
- Web
Bug report: Race condition in Flutter SDK `createOAuth2Session` / `client_io.dart
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` resolves, an immediate call to `_account.g...
- Flutter
- Auth
New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provided domain and not on any of the custom do...
- Sites
- Cloud