Threads
Found 5000+ results.
Function deployment failed: Unable to retrieve container logs....
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console are no help either, at times showing ...
- Functions
- Cloud
Github connection error - Self Hosted Appwrite
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for it. I am using AWS (EC2 Intance - Insta...
- Self Hosted
- Sites
- General
One to many 2 way, console UI not correct
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let me confirm here: it is just UI bug, the ...
- Databases
- Cloud
"Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i wan`n add domain. I see error "Domain ve...
- Self Hosted
Server Down
Appwrite services are down. When will they start working again?
- Android
- React Native
- Web
- Cloud
Appwrite Sites triggers builds for all push, branches and PRs even when only main is connected
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every single time I create push to other branches,...
- Self Hosted
- Sites
My cloud functions failing 3 days ago (Python) - No new deployments
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoint ExecutionID: 6986d50d7a5618e06158 Fu...
- Functions
- Cloud
Scheduled works locking the entire MariaDB and Appwrite instance
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists every 24h approximately. Looks like it co...
- Databases
- Functions
- Self Hosted
Looking for a Partner
- Web
Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started trying to get it to work on Self-Hosted...
- Self Hosted
- Functions
Function was working: Failed to load entrypoint
I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not exist. Any idea? I tried deploying it aga...
- Cloud
Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I try to migrate using the Console.
- Self Hosted
- Cloud
Github Student org plan shows "Free Plan limitations"
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?
- General
- Cloud
CSV Export
When exporting to csv it redirects me to an invalid url
- Cloud
Appwrite Cloud (Powers) for Kiro IDE
Kiro.dev (AI Agentic IDE) by AWS is rapidly growing AI-powered IDE. I think implementing Appwrite Power in Kiro will seamless Appwrite Cloud Integration in our project. Integrating Appwrite as a "Pow...
- Cloud
Can't cancel account, won't stop billing don't use the app, go no response from support.
Hi I have note used the app now do I want to use the app, I have tried to cancel the account which won't cancel, and am being billed daily which I have not authorised. I have now sent 15 emails to s...
- Self Hosted
I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the moment i have signup function and common code...
- Self Hosted
- Functions
- Tools
Need help to create a wrapper which let users to self host appwrite quick and easy.
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allows non-technical users to self-host Appwr...
- Databases
- Auth
- Storage
- Self Hosted
- Functions
Apple OAuth2 "Registration Not Complete" Error Despite Correct Configuration
I'm getting a "Registration Not Complete" error when implementing Apple Sign In OAuth2 on self-hosted Appwrite. Environment: Self-hosted Appwrite (latest), iOS Swift/SwiftUI, custom HTTPS domain Cur...
- Self Hosted
- Apple
Error connecting to my GitHub repository
Nothing happens when I try to connect my GitHub repository, but when I try from “Create site,” I get a 500 error.
- Web
- Cloud
Migration Failed from 1.7.4 → 1.8.1: "Collection not found" error on sites collection
Hey everyone! 👋 I'm trying to upgrade my self-hosted Appwrite from **1.7.4 to 1.8.1** and the migration is consistently failing **Environment:** - Current version: 1.7.4 - Target version: 1.8.1 - D...
- Self Hosted
- Sites
- General
401 user_unauthorized on TablesDB update despite table‑level label:admin update + row security enab
Hi Appwrite team, We’re hitting a permissions issue with TablesDB updates. Setup - Appwrite Cloud, JS SDK - TablesDB (new tables) - Row security enabled (Console shows: “users can access rows if they ...
- Cloud
Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches limits for reads and I cannot figure ou...
- Web
- Android
- Databases
- Cloud
- React Native
Function failing with no real explaination
import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res.json({message: 'Method not allowed'}, 405); ...
- Functions
redirect uri not working for OAuth with Expo
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run his app on his git repo, it works fine bu...
- Android
- Auth
- React Native