Threads
Found 5000+ results.
Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since April 9, 2026. Since then I have receiv...
- Cloud
Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ~25 rows from TablesDB, maps them, and r...
- Functions
- Cloud
Can create `tablesdb` event with the UI and CLi
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same error with the CLI: `✗ Error • proce...
- Functions
- Web
- Cloud
Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion, but when this function runs, only the ...
- Self Hosted
- Functions
1.9.6 Console handles all array columns as string[]
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, clicking `+ Add Item` tries to create a ...
- Self Hosted
- Databases
GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try, I just end up in the same login loop a...
- Web
- Cloud
Google OAuth Not Working on Brave/Firefox - Only Works on Edge
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefox. Repo: https://github.com/showayebDev...
- Auth
- Web
- Cloud
Google OAuth Not Working on Brave/Firefox - Only Works on Edge
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefox. Repo: https://github.com/showayebDev...
- Auth
- Web
- Cloud
Where can i get the url name of the Region to be used in the connection part?
I need to know how to get the name of San Francisco when connecting via Web usage, thanks!
- Web
[SOLVED] Not able to create a 2nd project despite the free tier limit being 2
I'm running into an issue where I'm not able to create a 2nd project in our organization despite the free tier limit being 2. I suspect it may have to do with an inactive project that is not showing i...
- Resolved
- Cloud
Temporary $permissions hickup?
Hello, today at ~13:50 (CEST/UTC+2) our customers reported they couldn't see any data in our application. We checked and indeed, the application was working, but empty. As if no user had **permission*...
- Databases
Images/Videos in storage appearing broken after upgrading to 1.9.6
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken icons in the Appwrite console and failing...
- Self Hosted
- Flutter
- Storage
Git deployment provider missing?
Hi, i have a question about automated deployment via Git and the various providers. I seem to remember that it's possible to connect to Bitbucket, among others, for automated deployments, but everywhe...
- Sites
- Functions
- Cloud
Google OAuth: User Created But Session Not Recognized
## Problem Summary When signing in with Google, the user is successfully created in the Appwrite console, but the session is not being recognized on the client side. The application keeps redirecting ...
- Auth
- Web
- Cloud
OAuth2 Session Not Persisting After Google Redirect - 401 Unauthorized
I'm implementing Google OAuth2 authentication in React using Appwrite SDK. The flow is: 1. User clicks "Sign in with Google" button 2. Gets redirected to Google login 3. Google redirects back to succ...
- Auth
- Web
- Cloud
`project_id_missing` in Cloud Function when trying to create a file
I've got a cloud function written in `Dart-3.12` that I'm trying to create a file in a file bucket. I'm using the latest `dart_appwrite` sdk (`26.1.0`) and Appwrite `1.9.5` on a local selfhosted inst...
- Self Hosted
- Functions
- Storage
New OAuth provider not appearing in Console during development (Hugging Face)
Hi team! I'm contributing to Appwrite and currently working on adding Hugging Face as a new OAuth provider. Here's what I've done so far: - Implemented the HuggingFace provider class. - Added it t...
- Self Hosted
- Web
Active deployment is not being served on custom domain intermittently
Hello Appwrite Team, I'm experiencing an intermittent issue with Appwrite Sites and my custom domain. Project Details Project ID: 6a24e8cd0033cc19a86e Site ID: 6a6c408800309ed22c49 Framework: Next.j...
- Sites
Can Appwrite logs be output without being prettified?
Hi, I'm trying to use the Better Stack Collector to forward my Appwrite logs to Better Stack. The issue is that Appwrite seems to format the logs for terminal output: they are "prettified" and split ...
- Self Hosted
Static site not being served
Hey everyone, I’m having an issue deploying a Vue/Vite app through self hosted Appwrite Sites and could use some help. Setup: * Appwrite is self-hosted with Traefik * Repo: n0obscertified/voizle * R...
- Self Hosted
- Sites
Pricing question for the civil society organization (nonprofit)
Hey! Can someone help me out? 🥺 Do you have any discounts or programs for non-profit civil society organizations, even if they're not open-source? Or maybe your Startups program could work for us? O...
- General
- Cloud
Unable to add domain – “Domain is owned by a different organization”
Hello, I own and control the DNS for futlive9.com, but Appwrite shows “Domain is owned by a different organization”. The domain was previously connected to another Appwrite organization/project. The ...
- Web
- Cloud
SMTP with Amazon SES
I have correct settings with the sender account verified and changed to production yet test email fails to send. I am so lost here
- Messaging
- Cloud
Domain ownership issue
Hi Appwrite community, I’m trying to add my custom domain, **techtools.qzz.io**, to my Appwrite project, but Appwrite shows the following error: > Domain is owned by a different organization. I own...
- Sites
Batch Size of Bulk Operations
Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the following error Invalid `rows` param: Value ...
- Self Hosted
- Storage