Threads
Found 5000+ results.
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
Method EQUAL not wrking in REST API Queries
Request: postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%22%3A[%22classe%22%2C%22porcentagem%22]}' \ ...
- Databases
- General
- REST API
- Cloud
OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web platform (Next.js) and I've configured O...
- Self Hosted
- Web
- Cloud
Cannot use Apple Oauth2 in React Native/Expo
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someone help me, please? 🙏🏻
- React Native
- Apple
- Auth
Is it possible to deploy pre-built Nuxt App?
Hi, is it possible to only deploy the ./.output folder of a Nuxt App that uses server side routes to Appwrite Sites? Background is that the build produced on Appwrite Cloud doesn't work. Also I p...
- Sites
- Cloud
CSR with Serverside Auth
Hello everyone, according to best practices I would like to use server-side authentification as I would also like to render a big chunk of my app serverside. However, there are parts I would prefer to...
- Auth
Custom domain stuck at Generating certificate
Link : https://cloud.appwrite.io/console/project-fra-6601936fa10ca8d54468/functions/function-660194a6ec81f4864cf5/domains Added mentioned appwrite name servers at my registrar And added sub CNAME an...
- Cloud
Bun Runtime
Any chance we could get Bun 1.3.8 added to the runtimes? We're currently on 1.1 and the update would be awesome
- Functions
- Cloud
Issue setting up url
I'm trying to setup an email verification system in my auth flow. It hasn't worked out too well. I have my domain 'parlay.live' in the web domains in the AppWrite console. When calling the createVerif...
- React Native
- Sites
- Cloud
500 Internal Error when trying get to my database?
When I click on my database row in the Cloud console, the page returns a **500 Internal Error** instead of opening the database dashboard. This completely blocks me from: • Viewing the database • Acce...
- Databases
- Cloud
Project Limit Issue on Education Plan
Hello Appwrite Team! I have successfully activated the GitHub Student Developer Pack on my account, and my billing dashboard confirms I have Pro resources (2TB bandwidth / 3.5M executions). However, m...
- General
- Tools
Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. appwrite functions create-deployment --func...
- Self Hosted
- Functions
Server Error 500 when trying to send verification E-mail
Hello, I'm using Appwrite for an app project with React Native. Since I want my users to verify their account through a verification email, I've added a web platform to handle links and added my cust...
- React Native
- Cloud