Threads
Found 5000+ results.
Query multi-tenant db with $permissions as attribute
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the default $permissions set, they'll end up...
- Databases
All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now when I check today, I saw that all my pr...
- General
- Cloud
Authentication on custom Websocket Server
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies seem to be HTTP and secure only, which p...
- Self Hosted
- Web
Realtime: Listener not triggered on updates
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtime server" every couple of seconds. I had...
- Self Hosted
- Flutter
- Realtime
My account got banned without obvious reason
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and learning recently, and I haven’t done a...
- Auth
cant resume project
Invalid console fingerprint event i try man time
- Cloud
TablesDB can't be used in Appwrite Functions ?
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build/lib/main.dart:14:3: Error: 'TablesDB' i...
- Functions
Realtime for files() works almost well, but for tablesDB it does not
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Connection via websockets - Ping-pong in app...
- Web
- Databases
- Storage
- Realtime
- Self Hosted
Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked me to do so again and again and again an...
- React Native
- Web
Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked me to do so again and again and again an...
- Web
general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_route_not_found` error, here is the fix:...
- Auth
- Web
- Cloud
Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- React Native
- Web
- Cloud
Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this by myself and when i asked the agent it ...
- General
- Cloud
Appwrite Cloud Project shutdown due to inactivity. But the project is getting daily request.
My appwrite projects gets shut down saying due to inactivity, but our platform gets users everyday with many requests to database and storage. so why all of a sudden this is shutting down our project ...
- Cloud
How do you contact support to cancel a subscription if you don't have access to your account?
My nephew signed up with my CC without my permission and has forgotten the password to the account. I can't for the life of me get a hold of anyone at appwrite. They've been charging me for several mo...
- General
Local appwrite run functions --user-id not generating x-appwrite-user-jwt (self-hosted)
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions locally with the CLI: appwrite run funct...
- Self Hosted
- Functions
Impossible to get USER after createEmailPasswordsessions. (ERROR 401 on account.get) Flutter for web
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { await account.createEmailPasswordSession( ...
- Auth
- Flutter
fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be covered.
- Sites
- Cloud
Facebook's scraper facebookexternalhit gets 403 on my custom domain
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How do I fix this?"
- Cloud
How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` methods the client throws a `ERR_BLOCKED_BY...
- Web
- Cloud
Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1.8.0, running on Coolify). The GitHub Ap...
- Self Hosted
Project Paused Despite Daily Active Usage (20+ Users) – Need Clarification
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily by **20+ users**, so it should not be con...
- Web
- Cloud
Hi Appwrite Support Team,My project has been completely blocked and all API calls return HTTP 403
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, Sites — everything returns 403. Started:...
- Cloud
Sudden CORS Errors - Domain hasn't Changed, Used to Work Previously with `*` Wildcard
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue with the specific hostname of my Appwrite-...
- Web
- Cloud
User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "Valid chars are **a-z, A-Z**, 0-9, period...
- Self Hosted
- Auth