Threads
Found 5000+ results.
Getting error when trying to add domain to my project
we use self hosted appwrite on my company and every single time ever I tried to add a domain it shows this error on the top rigth: "Cannot read properties of undefined (reading '$id')" But if I close...
- Self Hosted
Using OTP Email to verify user for password reset
Has anyone ever implemented this? If you did what was your aproach? Did you write an appwrite function?
- Self Hosted
- React Native
Setup Permissions to only allow resource owners for access
I would like to know how you do this in Appwrite Databases. Any ideas?
- Databases
Custom Domains with Cloudflare for SaaS - Fastly SSL Error
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.donorcare.my → sgp.cloud.appwrite.io Browse...
- Sites
- Web
- Cloud
DNS Not Working
Ok so I have my website, but when I try to use a subdomain of that on another site in appwrite, it just gets stuck at generating certtificate, fails every time. I've been trying for so long, I've trie...
- Sites
- Cloud
Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 second. I have tried to lazy import the ...
- Functions
- Cloud
Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the error `Synchronous function execution t...
- Functions
- Cloud
[SOLVED] Get Relations when using TablesDB
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all the normal rows but not the relations. D...
- Databases
- Sites
- Web
- Cloud
Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store the cookie and then I use it for my dif...
- Self Hosted
- Databases
Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI, a Nuxt 4 project builds fine. I have te...
- Self Hosted
- Sites
- Web
- Cloud
I am not getting "to" when email received by the receiver
I am using cloud function to send an email when email received it doesn't have "to" email address. Please see attached image. My cloud function detail: built with: Dart Email Provider: smtp2go smtp2...
- Functions
- Messaging
- Cloud
Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I shipped my app into the app stores I get ...
- Self Hosted
- Flutter
- Messaging
Graph Ql Filters Syntax error
query { tablesDBListRows( databaseId: "690b62ea0019a21bfd2c", tableId: "book", queries: ["equal("book_title", "gaaa")"] ) { total ...
- GraphQL
Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}) is returning an empty response like {r...
- Databases
- React Native
- Functions
- REST API
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