Threads
Found 5000+ results.
Can't activate appwrite education
Hi, I'm a student and I have activated my GitHub Education benefits but I already had an AppWrite account. I tried to log out and log back in from the education page but still the educations benefits ...
- General
copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Tools
Error: Trying to install appwrite on subdomain. not secure
[Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | ...
- Self Hosted
Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per day and 120mb bandwith. But some users r...
- React Native
- Auth
- Cloud
Type 'Theme' does not satisfy the constraint 'Row'.
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, and 3 more. interface Theme { Backgro...
- Databases
- Web
- Cloud
JavaScript heap out of memory during build on Appwrite sites
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, but as far as I know, there is no way to...
- Self Hosted
- Sites
Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying to understand what am doing wrong !
- Cloud
client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1.6.1) and it failed with a "Invalid docu...
- Self Hosted
- Flutter
- REST API
edge-tts seems not work with Functions
I create a simple function using edge-tts to generate mp3 from text. It works fine in my local but when deploying to AppWrite, I got the error: Creating Communicate object with voice=en-GB-SoniaNeural...
- Functions
Stuck migrating from supabase
Hello, I'm getting a 500 (Internal Server Error) when migrating from Supabase using the cloud console migration tool. Validation says error: "Couldn’t load resources Please double-check your credentia...
- Cloud
Custom Domain TLS Error (perfinso.com)
Hey Appwrite team/community, I need urgent help with a custom domain setup! I've added perfinso.com to my project, pointed the nameservers, and verification is done, but the root domain is not workin...
- Web
- Cloud
Is there any reason you cant use a managed MySQL DB with Appwrite?
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedicated boxes away from my apps/workers. I...
- Self Hosted
- Databases
The Functions cannot change the Git repository
When I changed the Git repository(because my github account has been suspended), it didn't work. Please help me ,Thanks so much!
- Functions
CSV Import not working
2025-12-03T08:07:15.776464436Z [Error] Method: POST 2025-12-03T08:07:15.776470388Z [Error] URL: /v1/migrations/csv 2025-12-03T08:07:15.776475367Z [Error] Type: Utopia\Database\Exception\Structure 2025...
- Self Hosted
Personalized Finance Apps with Blockchain Intelligence
We design blockchain-powered personal finance applications tailored to your specific needs. Our team covers web, mobile, cloud, and AI development, ensuring every aspect of your project is handled exp...
- Cloud
GitHub Status Badges for Appwrite Services?
Hey everyone! Is it possible to add GitHub status badges for specific Appwrite services like Sites builds, Functions, Databases, etc.? Would love to display build/deploy status directly in my README ...
- Sites
- Cloud
Issue with oauth on react native
Hello 😀 I'm building an app with expo react native and I was able to connect to my appwrite project. I can see the tableDB and use basic authentication. I have problems with the Oauth google (on sup...
- Self Hosted
- React Native
- Auth
Unable to renew ssl
Hi, I'm trying to renew my SSL cert for my additional domain, but I keep getting this issue appwrite-worker-certificates | appwrite-worker-certificates | Warning: Array to string conversion in /us...
- Self Hosted
Error 500 when updating password
As title says, I'm trying to perform this operation await user.updatePassword(id, password); and getting the following error: { code: 500, type: 'general_unknown', response: '{"message":"Se...
- Cloud
Does migration to self hosted limited to maximum 5000 rows per table?
I tried to migrate to self hosted one of my live production database. All is migrated successfully except one table data which contains more than 5k rows...is it a bug or is there any other settings i...
- Self Hosted
- Cloud
Transactions from Android Kotlin client seems to not work (404)
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, and I get a proper ID, I can check with `t...
- Self Hosted
- Android
- Databases
User unable to delete document they created
I am having a bit a database issue. I am making a music review website and I have successfully been able to create and update reviews as a dummy user, but no matter what I try I am unable to delete th...
- Databases
- Web
- Cloud
[CLOSED] "Connect your platform" still in progress even though integrated
The "Get started ...66% complete" in the control panel irks me. I click it and it shows "Connect your platform - Web in progress". I am using Next JS but I did not use the appwrite starter-for-nextj...
- Cloud
500 error when trying to add a domain name to a Site
Just went to Sites --> "Add your first custom domain" and got the 500 error. Same if I go Sites --> (select site) --> "Domains" tab --> "Add domain" --> 500 error. This is literally the final thin...
- Cloud
Issues Using Appwrite MCP (api & doc) in Windsurf
Hello, To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately, I can’t get them to work properly. I fo...
- Tools