Threads
Found 5000+ results.
Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So I am not sure if I m missing some env va...
- Self Hosted
- Functions
Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a subtype of type 'Iterable<dynamic>'` when e...
- Self Hosted
- Flutter
- Databases
How to get current user account session from server side
i am using sveltekit and i'm a bit unclear on how to get the current user's session from the server side. thisi s what i have so far // src/lib/server/appwrite.js import { Client, Account } from 'nod...
- Auth
Current User Is Not Authorized To Perform the Requested Action
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have been set for create, read, update and delet...
- React Native
- Cloud
Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from a collection that has a Relationship Att...
- Databases
- Realtime
appwrite free plan resources issue
i'm on free plan and i just used 700MB bandwidth with 8mb storage and 141k requests, but when i'm trying to continue developing my app it send me an error message that resource limit exceeded ?
- General
Realtime: Email Verification Not work
There are some issues with real-time updates. For email verification, updates triggered by the console will be checked, but real-time updates are not triggered when the user clicks the verification li...
- Self Hosted
- Auth
storage copy file?
hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt find a way to do this besides downloading...
- Cloud
preview domain 500 internal server error
Appwrite 1.8.1 The main domain is accessible, but the preview domain is inaccessible. Accessing the preview domain displays an Internal Server Error.
- Self Hosted
- Sites
[BUG] The cloud cannot be migrated to self-hosting.
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) > I reproduced this error. Steps to rep...
- Self Hosted
- Cloud
[Question] Is the development key applicable to self-hosted deployments?
I'd like to know if development keys are invalid in self-hosted environments? Is setting environment variables the only way to remove rate limits?
- Self Hosted
Python-ml-3.12
Hi, when this runtime will be available for the cloud. I could see the runtimes repo has this added to Runtimes.php but I'm not able to use it to run locally or push the function. I'm using fee libr...
- Functions
Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Ive pushed 9k rows in the DB and didnt mod...
- Databases
- React Native
- Web
- Cloud
How to set permissions using the createOperations function?
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the permissions array, similar to what we ha...
- Databases
- Web
- REST API
I reached my budget limit how?
Hi, I got a message saying I reached my budget limit already? Makes no sense? In 4 days I reached 3.4M reads in a project how with only 100 users? This is my project ID: 6571e477ca1c5ea5058e I'm payi...
- Cloud
Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwrite.io/docs/products/auth/team-invites M...
- Self Hosted
Startup credits or promo code inquiry for Appwrite
Hello Appwrite team, Happy New Year! I hope you’re all doing well. I’m currently exploring backend solutions for a new SaaS project and Appwrite came highly recommended to me, both for its flexibilit...
- General
Console down yet again ?
Seeing it stuck on the "loading" screen yet again ... second time today. (last time 10+ hours ago). 'roles' and 'plan' requests just hung. Meanwhile, appwrite status shows all systems functioning. ...
- Cloud
Fulltext index creation fails due to InnoDB row size limit
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index creation fails with this error in `appwrite...
- Databases
- Web
- Self Hosted
Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show correct logs and built successfully
- Functions
- Cloud
Clarification about `Content` in terms and conditions page
Hello, I'm looking into using Appwrite's cloud storage and got a bit concerned about this part in the terms page: https://appwrite.io/terms#content > Our Service allows you to post, link, store, sha...
- Storage
- Cloud
Unable To Use Root Domain In Appwrite
Since Appwrite Manages my DNS Completely, I tried Pointing the Root Domain (**getmyself.app**) to Github Pages, It failed So I tried Using Appwrite Sites, also here the root domain doesnt work, i get ...
- Web
- Cloud
ClamAV antivirus scanning only works with local storage, fails with S3 bucket storage
https://github.com/appwrite/appwrite/issues/10921 pleas assign this issue to me
- Storage
Report: fetch failed
https://github.com/appwrite/appwrite/issues/10989 please assign this issue to me
- Web
Cannot Update Empty oneToMany Relationships
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array, the API returns a `relationship_value_i...
- Databases