Threads
Found 5000+ results.
Fix Android OAuth2 page not being resumed properly
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://github.com/appwrite/sdk-generator/pull/1263 ...
- Android
- Flutter
Unable to connect the git repo with appwrite functions
I am trying to connect my existing repo with the appwrite functions. I have 2 functions in the same repo, and i was able to execute those through cli and its visible in the console as well. But when i...
- Functions
Substring lookup for array elements
Hello, Is substring look up possible for array of strings? Query.contains('product_names', [chair]), this only works if I have the exact item name. `cha` instead of `chair` does not work. `product_n...
- Tools
- Web
- Cloud
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Whichself host
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone help me with the exact setup steps? Thank...
- Self Hosted
- React Native
- Web
Weird Query Error
In next js I am getting this error in the image queries: [ Query.equal('title', TitleId), Query.limit(10) ] am I doing something wrong ? appwrite version: 22.0.0 and I found a diy...
- Databases
- Web
- Cloud
Weird CLI error
I'm a little lost appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id" ℹ Info: For detailed error pass the --verbose or --report flag ✗ Erro...
- Self Hosted
- Tools
Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some occasions there are only listed 3 of the...
- Databases
- Cloud
Appwrite Python SDK Keeps returning the same rows, why?
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process that data, the other is the containerized m...
- Self Hosted
- Databases
- General
Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction I selected CONNECT YOUR REPOSITORY. A...
- Functions
SSR Auth with Tanstack Start requires hard refresh
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, once setting the session, e.g. through the...
- Auth
- Web
- Cloud
Cannot update relationship value with every related data
I have 2 Tables. One for all Clients (Image 3) and one for projects the clients can create. The problem: I can only assign a handful of clients (Image 1). The rest is not visible for me nor can i assi...
- Databases
- Cloud
🚨 Critical Database Bug — Columns Panel Freezing & No Backup Access
Hello, I’m currently facing a critical issue that has completely blocked my development process. After creating a table and adding a column, if I edit or delete that column and then try to access it ...
- Databases
Issue with Sydney Endpoint?
I was just wondering if there is an issue with sydney end point? I could access tables but when clicked on column tab it did not display the columns. It was just doing nothing. I could go through othe...
- Databases
Function connected custom domain error: CNAME Cross-User Banned
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestions to solve this issue?
- React Native
- Functions
- Cloud
Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_unknown and sometime works good. here i...
- Databases
- Sites
- Functions
- Cloud
Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invalid token passed in the request. What is ...
- Self Hosted
- Web
functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider doesn’t have a standard DNS control panel ...
- Self Hosted
- Functions
Introducing new string column types made current columns not editable.
Adding new string types is hugely bennificial! Unfortunately it made the current column types not editable to change their types to the new longer field types.
- Databases
- Cloud
there is critical problem in this part
when user update the integer and double both get error not update or upload
- Android
- Databases
- Cloud
Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Self Hosted
- Storage
Python function - error while creating / updating row
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up to the point where I am trying to update ...
- Databases
- Functions
- Self Hosted
Every new table and column I create says "processing" and nothing progresses.
Every new table and column I create says "processing" and nothing progresses.
- Self Hosted
how can i make a relationship between a column in a table and $id in auth.users?
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the same id for both tables?
- Databases
- Auth
- Web
SMTP email templates break html
Hey, Im trying to create a custom template for the team invite email. The issue is the html invite I created (which works in normal emails and fake emails I send with appwrites messaging ) doesnt work...
- Messaging
`type 'Null' is not a subtype of type 'bool'` when creating file
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: type 'Null' is not a subtype of type 'bool' - Se...
- Self Hosted
- Flutter
- Storage