Threads
Found 5000+ results.
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
I can't access projects in console
Hi all, I have setup a custom domain for my project. It's edge.kilimocare.com but shows 500 Internal server error. **When does it occur?** 1. Put edge.kilimocare.com in browser 2. Login successfull...
- Cloud
bulkUpsert and Realtime
Hey when I use Realtime on a Table for creates/updates and use the createOperations method in my Appwrite Function for bulk upserts, will the realtime trigger for each one or will it ignore it?
- Self Hosted
- Flutter
- Databases
- Functions
Site Deployment issue
I am not able to access deployed site URL: https://692ca8776eb81c23b595.appwrite.network/
- Sites
- Cloud
Payment error
While I was making the subscription for this month, I got the following.
- Databases
- Auth
- Web
- Storage
Question for industry software engineers
AI has dramatically changed the software engineering, and anyone can build software now using all the available tools. Despite this, how should we balance using AI with developing our own critical thi...
- General
Completely confused about appwrite types, zod validation and html forms
I used the appwrite cli to get types such as: export type Events = Models.Row & { title: string; description: string | null; startDate: string; endDate: string; location: string; I then deri...
- Databases
- Web
- Cloud
runtime Timeout
i'm trying to figure out Why i'm getting runtime timeouts. The file this builds correctly in NPM, it deploys correctly, But times out anytime I try to go to the website in one of the newest builds. I...
- Sites
Is there a way to use OIDC for Appwrite Console? (Self hosted).
Is there a way to use OIDC for Appwrite Console? (Self hosted).
- Self Hosted
Appwrite Bucket use
I'm wishing to integrate Appwrite bucket storage into my project for storing documents directly from my server. I'm currently using appwrite free plan,and I'm amazed to see the pricing.it's very aff...
- Storage
500 Server error while adding new domain in sites
I get this error when I try to add a new domain in my deployed sites. **My ProjectID:** 68bc4c5c0009543fc730
- Sites
- Cloud
Custom domain verification failed: no error message
Hi! First off, I just want to say that I really love Appwrite , it’s an awesome project, and I really appreciate all the work that’s gone into it. Since my project isn’t large enough yet to justify th...
- Cloud
do we a option to switch on test mode for testing
how to switch on test mode
- Cloud
Avatar URLs are using server IP address instead of configured domain
Issue: Avatar URLs are using server IP address instead of configured domain Environment: Appwrite Version: 1.8.0 Setup: Self-hosted on Google Compute Engine with Cloudflare Tunnel Domain: <your-domai...
- Self Hosted
- Web