Threads
Found 5000+ results.
Realtime Connection Error After Updating to Latest Server and Flutter SDK Version.
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long. It used to work before updating sdk an...
- Flutter
- Realtime
- Cloud
CORS Errors
from origin '<my url>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Was working fine until today. URL identifier has existed in the Pl...
- Web
- Cloud
session.secret is empty when using node-appwrite in Next.js Server Action
I am implementing SSR authentication using Next.js Server Actions and node-appwrite. The session is created successfully, but session.secret is empty. Here is my server-side login code: "use server"; ...
- Auth
Inquiry for SMS OTP Auth
I want to use SMS OTP Auth for a project. I just need some clarifications: # Do I have to purchase the Pro plan if I need around 1500 SMS only? Or can I just pay the per SMS cost ?
- Auth
Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ... or have one big table? (seems crazy ...
- Self Hosted
- Databases
- General
- Cloud
I am currently seeking opportunities as a Shopify specialist
Hey! 👋 I'm a Shopify guy. Been building stores for 8+ years. Still haven't lost my mind. Barely. I make stores that don't suck fast, smooth, and actually built to sell stuff. Themes, Liquid, Shopify ...
- Flutter
- Web
- Apple
- React Native
- REST API
I cant edit my env files
i'm clicking non stop even waiting minutes, but i cant edit my env files, i need to go one by one
- Cloud
I cant deploy any site
I cant deploy any site on appwrite, i've tried multiple times with yarn and npm, but every single time i have an error
- Sites
Error getting preview of file
Rest Response: { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } Appwrite Logs appwrite | [Error] Timestamp: 2026-02...
- Self Hosted
- General
- Storage
Locked out due to email typo
Hey everyone, I made a really unfortunate mistake and I'm hoping someone here might have some advice. When I originally signed up for Appwrite, I accidentally made a typo in my email address (I misse...
- General
- Cloud
Misunderstanding Appwrite Messages for Push Notification
I think I'm having a misunderstanding of how to implement appwrite messages for push notification. I've already setup firebase credentials in appwrite, but I'm wondering if my workflow is correct. I...
- React Native
tablesDB.updateRow() properly updates column but returns 401
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level permissions set to `create("users/verified")...
- Self Hosted
- Databases
- Web
What is the best way to create personalized messages?
So i'm experimenting with the messaging api and I want to create personalized emails not to advanced I just want to say "Dear <Users name>," ... you know stuff like that. But I don't see a feature tha...
- Messaging
Flutter SDK broken by cloud.
Today I woke up to find all my flutter amd appwrite projects not working due to the sdk throwing error "Type "String" is not a subtype of "int"". Something changed overnight on cloud side i guess. Eve...
- Databases
- Flutter
- Cloud
Database listRows method call failing in Flutter
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of the app which has been working fine has...
- Flutter
- Web
- Android
- Databases
- Cloud
run multiple isolated projects
- Self Hosted
- General
Need help to setup Self-hosted Appwrite
Hi Appwriters, I am trying to setup my Self-hosted Appwrite on AWS EC2 Intance. It was deployed but having issue in Env config and Github Connection. https://discord.com/channels/564160730845151244...
- Self Hosted
Appwrite sites
I have built saas using react and tanstack, when I connect my repo(private) with appwrite sites, deployment works properly but screenshot capture fails, and while I visit the website it shows a timeou...
- Sites
- Web
updateSession isn't working for google oauth session
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout of my app. When my user leaves the app ...
- React Native
- Auth
Python Function Deployment hits General Unknown error
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues on your end?
- Functions
Never receive dashboard verification email
I'm trying to log into the Appwrite web dashboard but it says I need to verify my email. I have tried several times and even tried signing up again with a different email address but I never receive t...
- General
A resource limit has been exceeded for the organization that owns this deployment.
Hi. My website has been blocked for exceeding the limit, and out of the 5GB I only used 1.18MB, while the email says 6.36GB. Project Id: 6908f95b002d8ad8d320
- Sites
- Web
- Cloud
Realtime Connection Count only goes up
I just wanted to ask if this behavior is normal. I restarted realtime 2 days ago and it already reached a connection count of over 11k. The count only goes up. If I run this `docker compose exec app...
- Self Hosted
- Flutter
- Realtime
Can I create a transaction that involves auth.users table ?
i want to create a row un `auth.users` and then create a user in a table `profiles` but i want to use the same id for both tables. So, if insert a row in profiles fails, i want a rollback. is this...
- Auth
- Web
How do i connect to realtime? I dont get any updates.
I am trying to connect to realtime database updates but don't seem to receive any updates. Documentation is pretty bad and i am stuck. Can anyone help? Here is what i am trying with, maybe i am stupid...
- Databases
- Web
- Realtime