Threads
Found 5000+ results.
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
SSL for SaaS
Hi everyone 👋 I'm building a website builder SaaS using Appwrite Cloud Functions My architecture relies on users connecting their own custom domains via CNAME to my Appwrite Function, which renders ...
- Functions
- Cloud
Cannot delete rows, deleted relationship column still showing in cli and with "stuck" status
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about the column already existing, although it ...
- Databases
- Cloud
Maximum Row Size
I'm busy creating a little side project which uses Appwrite as the Backend. I scraped a site and uploaded the data to the database, but I've reached 5000 rows (100 pages). I know there is a lot more d...
- Databases
Helpp
Hi everyone, i need help. So i am working on this project and database relationship thingy is not working anymore, normally when you link two table you should be able to get community.user.name, but e...
- Databases
Github connections in Appwrite sites are throwing an sdk error
The connection and repo list are displayed, and selecting a repo yields a success notification but also throws a console error. `Uncaught (in promise) AppwriteException: VCS (Version Control System) ...
- Cloud
User Limit Bug
How can I disable Appwrite client SDK registration? I have heard the solution to set the User Limit to 1. But everytime I set it to one it will automatically set to 100 after a refresh. Even if i set ...
- Self Hosted