Threads
Found 5000+ results.
CreateTables enum
What's the correct way of creating an enum column with the new definition of createTable?
- Cloud
Does appwrite supports increasing the value of a numeric field? [SOLVED]
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?
- Databases
How to handle ghost accounts created by teams.createMembership()
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the accept invitation page in the front end ...
- Auth
- Web
- Cloud
Broken Appwrite can’t make functions nor custom domain in settings
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in the Appwrite settings and yes my env fil...
- Self Hosted
- Functions
- Databases
Bulk operations on tables with relations
Hi, if I try to perform a bulk delete on a table with relations, I get this: `289 | if (((_b = response.headers.get("content-type")) == null ? void 0 : _b.includes("application/json")) || respo...
- Databases
- Self Hosted
Please free my custom domain from a deleted organization
Hi Appwrite team, I’m having an issue with a custom domain in Appwrite Cloud and I need your help to free it. Appwrite account email: sebastorregroza6@gmail.com Custom domain: anidev.app Current s...
- Sites
AppwriteException: CERTIFICATE_VERIFY_FAILED: application verification failure
getting this error while using Cloud : "Session invalid during cache load, clearing cached data: AppwriteException: , HandshakeException: Handshake error in client (OS Error: ...
- Cloud
Re-connect site to domain verification fails
I have mistakenly deleted appwrite site without removing domain. Now I created same site and want to re-connect my domain. It gives this error while verify. How to fix it? [ Error: [20:41:59] Certific...
- Sites
- Web
Console not loading - ERR_NAME_NOT_RESOLVED - Project
Hi everyone/team, is anyone else experiencing DNS issues accessing the Appwrite Console? I cannot load my project dashboard. My browser console is returning: Failed to load resource: net::ERR_NAME_NOT...
- Cloud
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.8.1"}
Hi, I am using Appwrite Cloud. I had created a new relation for a table. Since it was not letting me delete an appointment, I removed the relation from the messages table. To my surprise, I still cann...
- Cloud
Tips for Debugging Appwrite Functions Locally
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. I’d really appreciate any guidance on: 1...
- Functions
AttributeError: 'Context' object has no attribute 'get'
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of error? Traceback (most recent call last): ...
- Functions
- Cloud
Support for adding domain...
I dont know how to setup domain on appwrite sites, need your help
- Sites
- Cloud
SSR share session to client using custom domain
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as mentioned in the docs you use that domai...
- Databases
- Web
- Realtime
- Cloud
SyntaxError: The requested module 'node-appwrite' does not provide an export named 'TablesDB' [SOLVE
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB is valid.
- React Native
- Functions
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