Threads
Found 5000+ results.
Bug on Updating User Limit
I’ve encountered a bug in the Appwrite Cloud UI when attempting to update the user limit to 0. My goal is to disable public registration while still allowing existing users to log in. When I send the...
- Auth
- Cloud
One org lost all data out of 13 org's after migration from 1.7.4 to 1.8.0
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%22values%22%3A%5B0%5D%7D&queries%5B2%5D=...
- Self Hosted
- Storage
database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will get the $id of the other document as a ...
- Self Hosted
- Web
deployment on every remote branch leads to a rebuild of site
Hi there, on my local appwrite instance it rebuilds my site on every deployment i make to github on every branch, even the main branch is set in the site settings.
- Self Hosted
- Sites
Migration from 1.5.11 to 1.6.2 fails
Hello fellow appwriters. I want to upgrade my appwrite system like the title suggests, but getting the following error during migration. See failure message in file 🙂 Help appreciated!
- Self Hosted
- General
Failed to load data from database
My app broken, it throw AppwriteException exception. Few days ago it works well. AppwriteException: , ClientException with SocketException: Failed host lookup: 'fra.cloud.appwrite.io' (OS Error: No a...
- Flutter
- Storage
- Cloud
Getting CORS error when accessing website hosted with Appwrite Sites
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-razumly.appwrite.network' has been blocked...
- Sites
- Web
- Cloud
listDocuments is deprecated. What should I do now?
const database = new Databases(client); export const updateSearchCount = async (query: string, movie: Movie) => { const result = await database.listDocuments( DATABASE_ID, COLLECT...
- React Native
Questions about requests count on dashboard
Hi guys I am new to this platform so I dont know if I am doing anything wrong. On dsahboard the request count is about 50k even though I dont feel like I have done much (I am only using databases and ...
- React Native
- Cloud
Account.get throwing an error on EXPO SDK 54
I am updating my react app to use EXPO SDK 54 and appwrite-react-native SDK 0.17.x but the account.get() function is not working I use it to get the current user in my login. here is my login code: ...
- React Native
- Cloud
How to ByPass the Hostname restriction for my client.
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname restriction for my project so that anyo...
- Auth
- Web
- Cloud
Sites github connection failing
I have an existing site I need to point to a new GitHub repo, as if moved the site to a GitHub org. having removed the original repo from the site and tried to connect the new one, I get the success ...
- Sites
- Cloud
Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.avadesk.ru export _APP_DOMAIN_FUNCTIONS=ser...
- Self Hosted
Email templates partially broken in non-english locales
Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised at https://github.com/appwrite/appwrite/i...
- Self Hosted
- Web
Query.contains not supported on Cloud?
I try to filter a row which contain a string inside a string array column, however I get the following error: {"name":"AppwriteException","code":400,"type":"general_query_invalid","response":"{\"mess...
- Databases
- Cloud
AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing some AI feature that would be nice for ...
- Self Hosted
- Flutter
- Databases
- Functions
site not loading
i am using next.js 16 with gemini api and Appwrite. keeps giving this error
- Sites
Next js 16 is not deploying on appwrite.
i am facing this issue: 'Adapter mismatch. Detected: static does not match the set adapter: ssr' in Next.js 16 on a self-hosted Appwrite instance.
- Self Hosted
- Sites
deployment for Tanstack start is not running well
You can see the image, "Build archive was not created", even though build ran fine
- Sites
- Cloud
Unknown usage from one of my database
I need support help. For more than 2 weeks, i didn't make any requests to my database, but I have noticed huge amount of reads and writes requests: Around 8000 reads and exactly 123 writes every days...
- Databases
- Functions
- Cloud
Bug in cloud console?
Hi, I just created a new project, wanted to add a web platform and next to "host name" is says "optional" but I have to choose a valid hostname? Seems like a bug 😄
- Cloud
AppwriteException: Missing required parameter: "collectionId"
I'm using node-appwrite sdk to retrive the documents. Example my code on pic, was define collectionId but error is still. Why?
- Databases
- Functions
- Cloud
Project is not accessible in this region. Please make sure you are using the correct endpoint
Context: I'm changing my region from German to Singapore. Sample code on Go appwrite function: package handler import ( "os" "github.com/appwrite/sdk-for-go/appwrite" "github.com/appwr...
- Functions
- Cloud
Return TablesDB from REST and Go Function are different, from Go SDK no returning column
This my Go code for deploy in function: package handler import ( "os" "github.com/appwrite/sdk-for-go/appwrite" "github.com/appwrite/sdk-for-go/client" "github.com/open-runtimes/type...
- Functions
- Cloud
Fail to access the hosted site
Hi there I am facing an issue with the sites. My site is properly hosted on Appwrite but the issue is that when accessing the site from this URL https://instantmocks.appwrite.network/ it just gives th...
- Sites
- Web
- Cloud