Threads
Found 5000+ results.
GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to have reset correctly, but the GB Hours wer...
- General
- Tools
- Realtime
- Cloud
Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the extra $15 comes from. Is it because I hav...
- Cloud
GitHub Student Benefits Not Applied to My Appwrite Account
Hi! I signed up for Appwrite using my GitHub account, and I’m a student with an active GitHub Student Developer Pack. I was expecting the Appwrite educational/student benefits to be automatically app...
- General
IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Databases
Appwrite-injected variables are not available in rust function env
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my executions. let endpoint = std::env::var("AP...
- Self Hosted
- Functions
Appwrite (Dart SDK) (for package_info_plus 10+)
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0.0 (and device_info_plus: >=11.5.0 <13.0...
- Flutter
OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper redirect URL...." I inspected the url which...
- Self Hosted
- Android
Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$updatedAt`, `$permissions`, `$databaseId`, `...
- Databases
How can I disable client-side account registration?
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My goal is to have the registration process h...
- Web
Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. Is this something that needs to be config...
- React Native
- Auth
- Cloud
CLI - get Database Totals
Is there a way with the Appwrite CLI to get table row totals (count)❓
- Databases
- Cloud
relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on processing for more than 24 hours
- Self Hosted
- Web
- Cloud
Need Help on Self Hosted Version of Appwrite with Telesign SMS integration.
Hi i wanted to test SMS OTP verify method but i am not able to do it. I follow all the steps but no luck. Please help me with this. I am using Appwrite self hosted Version 1.9.6. i have already setup ...
- Android
Is permission changes tied to the column update permission itself?
Hi, I'm evaluating appwrite for a project and through reading the documentation (I haven't coded/tested anything yet, just trying to have a grasp of the basic framework for now against supabase), it r...
- Databases
Scheduled functions (CRON) not firing — some work, some never do
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 Region: Frankfurt (fra) Functions affec...
- Cloud
SITE QR CODE
THERE WAS NO SITE QR CODE AVALABEL : {"message":"The requested service is disabled. You can enable the service from the Appwrite console.","code":403,"type":"general_service_disabled","version":"1.9.6...
- Sites
Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid string and at least 1 chars and no long...
- Functions
- Cloud
Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the process got stuck on processing. I exceeded m...
- Databases
- Tools
- Realtime
- Cloud
[SOLVED] Production down - createExecution returns 400 "Invalid headers param" in fra
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers object: "Invalid `headers` param: Value m...
- Resolved
- Databases
- Functions
- React Native
- Cloud
Domain is owned by a different organization
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." Context: this domain was previously con...
- Web
- Cloud
[SOLVED] CreateRow is doing ListRows on self-hosted 1.9.5 Functions
### setup appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0", doing createRow then printing to log the crea...
- Resolved
- Self Hosted
- Functions
- Databases
Appwrite bucket data deleted
guys due to a bug with the appwrite console, i just deleted some important user files from a storage bucket. How do I restore them?
- Cloud
Local function execution results in HTTP 500 Error
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and intialize the CLI as well as performed ...
- Self Hosted
- Functions
Accidental deletion of two production databases via CLI, requesting restore
Hello Appwrite Support, We accidentally deleted two production databases and urgently need your help restoring them. What happened: On 2026-08-14 at approximately 06:10 UTC, we ran appwrite push tab...
- Databases
- Cloud
Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?
- Auth
- Web
- Cloud