Threads
Found 5000+ results.
Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. appwrite functions create-deployment --func...
- Self Hosted
- Functions
Server Error 500 when trying to send verification E-mail
Hello, I'm using Appwrite for an app project with React Native. Since I want my users to verify their account through a verification email, I've added a web platform to handle links and added my cust...
- React Native
- Cloud
SSL for SaaS
Hi everyone 👋 I'm building a website builder SaaS using Appwrite Cloud Functions My architecture relies on users connecting their own custom domains via CNAME to my Appwrite Function, which renders ...
- Functions
- Cloud
Cannot delete rows, deleted relationship column still showing in cli and with "stuck" status
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about the column already existing, although it ...
- Databases
- Cloud
Maximum Row Size
I'm busy creating a little side project which uses Appwrite as the Backend. I scraped a site and uploaded the data to the database, but I've reached 5000 rows (100 pages). I know there is a lot more d...
- Databases
Helpp
Hi everyone, i need help. So i am working on this project and database relationship thingy is not working anymore, normally when you link two table you should be able to get community.user.name, but e...
- Databases
Github connections in Appwrite sites are throwing an sdk error
The connection and repo list are displayed, and selecting a repo yields a success notification but also throws a console error. `Uncaught (in promise) AppwriteException: VCS (Version Control System) ...
- Cloud
User Limit Bug
How can I disable Appwrite client SDK registration? I have heard the solution to set the User Limit to 1. But everytime I set it to one it will automatically set to 100 after a refresh. Even if i set ...
- Self Hosted
Create file is listing files instead of creating the file, this inside an Appwrite function on 1.8.1
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the file, return the list of files that are...
- Self Hosted
- Functions
- Storage
Google OAuth2 is not working
the Google OAuth2 is working perfectly in localhost, but when I bring it to production that means real domain, then when I clicked button signin nothing happened, no error pop up. More context, Im u...
- Web
Trouble Creating Database and Collections via CLI
I’ve set up my project credentials (endpoint, project ID) and generated an API key. I’m currently focusing on creating only the database and collections (tables) using the CLI , without using the dash...
- Databases
- Web
- Storage
[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...
- Self Hosted
- REST API
- Cloud
Bug in console sdk?
Got bored and trying to make the native version of appwrite console. (Yes the console sdk does bundle with RN expo) Everything going file except image loading for the projects. Example: Sites Screensh...
- React Native
- Cloud
DOWN GRADING FROM PRO
I previously subscribed to pro on one of my projects for trial but unfortunately ive been billed for this month, my aim was to try pro for one month, is there a way of reversing.
- Databases
- Web
- Cloud
Certificate generation failed
Hello 👋, could you please look into that? Thank you
- Sites
- Cloud
Appwrite Horizontal Scaling
Hi!! I’m planning to scale Appwrite horizontally and I wanted to ask if there are any updates or best practices in 2026 for doing this in multi-node or multi-region setups. I’ve been considering usin...
- Self Hosted
- General
Golang for backend
hi coders! ,I am new to golang and backend as a whole, I found golang pretty easy to learn due to my previous knowledge in CPP and python, the syntax felt pretty much the same so I decided to GO with ...
- Web
- Databases
- Tools
- General
- REST API
Custom domain not working
So I've been trying to get this custom domain to work for what's probably been 2 months now. I've removed it, added it, let it sit for a day, removed dns records, add dns records. Nothing seems to wor...
- Sites
Can I get a refund when I forgot to cancel my subscription
Sorry for inconvenience. I forgot to cancel my subscription and it automatically charged me 15$ and upgraded to Pro plan, which I do not want to (which is just happend hours ago). I'm a student and...
- General
[FEAT.] Migrate to Bun 1.3.7 for appwrite sites that run on Bun
Bun 1.3.7 Fixes a major bug which increases async/await request speed by 35% https://x.com/bunjavascript/status/2011901977631064495 https://bun.com/blog/bun-v1.3.7
- Sites
- Cloud
Appwrite.Network UltraDNS
I am getting a false positive malware issue when trying to access appwrite.network domain. They are currently classifying it as such. Is this something that I am doing wrong. Or does have to do with s...
- Cloud
login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, after entering my details, i'm redirected ba...
- Flutter
- Auth
- Cloud
RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes issues like import { type RealtimeResp...
- Web
- Realtime
- Cloud
nit being able to login
hi i was trying to login when a alert showed that i cant because my area isnt support for legal reasons but i used to log in normally with no problem
- General
Is there a way to deploy global variables using appwrite cli (not appwrite project create-variable)?
Hello! I wan't to deploy my global variables to my project using appwrite cli and my appwrite.config.json. Is there a method to do it using configuration files and cli? My functions need to get acces...
- Self Hosted
- General