Threads
Found 5000+ results.
How to include .env
Hello! I am trying to include an env. variable, but the execution fails. Do you have any idea what is wrong? async def process_file(file): try: allowed_extensions = os.gete...
- Self Hosted
- Functions
Self hosted instance is very slow on login and other operations
I'm running appwrite self hosted on a contabo vps, version 1.6.0. I experience very slow login in my web app (>10s), and the appwrite admin panel also seems very slow.
- Self Hosted
Failed to auto generate functions certificate
I have a self hosted appwrite instance on my server. DNS configuration on my domain registrar : A appwrite.domain.com <my_server_ip> A *.functions.appwrite.domain.com <my_server_ip> When I deploy a f...
- Self Hosted
- Functions
[SOLVED] (role: applications) missing scope (account)
I'm using nextJS and SSR, i'm attempting to clear the cookie of the user and delete the sessions on appwrite but I get the error attached. I'll provide my endpoint for this and the snippet used on th...
- Auth
- Web
Traefik domains + functions
Hello, I managed to install appwrite side of my other websites on my server but I have some issues that I cannot manage. I will link my docker-compose file. I have a separate traefik install that alre...
- Self Hosted
create Anonymous Session Issue
hi guys, I'm trying to sign with just phone number and it returns existingUser.documents[0] data , but then it just crashes the whole expo app, but it works fine for web export async function signIn(...
- React Native
- Auth
Realtime response sometimes delay.
I have a chat app built with Flutter. When I send a message, it doesn't appear immediately in the chat; instead, it waits for a real-time event from Appwrite. Specifically, the message is written to t...
- Databases
- Flutter
- Realtime
Is there a way to handle parallel uploads offiles to my appwrite storage bucket?
I am looking into seeing if it is possible to create functionality that will allow me to parallel upload multiple files to my appwrite storage bucket? Or is it the case that no matter what appwrite wi...
- Self Hosted
The current user is not authorized to perform the requested action.
I get this error when creating a new user, but in reality all worked the new user has been created in the database and I can log in. Clear evidence that the problem comes from Appwrite. especially sin...
- Self Hosted
- Web
- Cloud
SSL renew (1969)
If I were to summarize my appWrite experience in a title: "Perpetual bug". Every month there is at least one problem. The function that no longer works, The database that no longer responds, The ssl c...
- Self Hosted
- Cloud
Help with realtime on flutter
I am currently struggling to get Appwrite Realtime to work reliably on a flutter web project. I am experience 3 main issues 1. App launches and realtime is non responsive to begin with. I need to re...
- Self Hosted
- Flutter
- Realtime
[AppwriteException: User (role: guests) missing scope (account)]
I have a nextjs project. I am using middleware to develop role based access to routes. I am using below code in middleware.ts file for geting session const session = await account.getSession('curr...
- Auth
- Web
Self hosted Appwrite does not load [Production]
I currently have a huge issue: when trying to use my self hosted appwrite instance, it does not load. This means, when im trying to load the regular web console i just get the loading indicator. Also ...
- Self Hosted
- Flutter
Appwrite 1.6.0 returning 404 on docker install
I'm trying to self-host by following the docker instructions, but I keep getting the following error when trying to open the console: message "The requested route was not found. Please refer to th...
- Self Hosted
- General
Created User Doesn't Get Authenticated
I'm creating an application using nextjs and appwrite. Why is the application returning user login error?
- Databases
- Auth
- Web
What are the all possible queries can be passed to ```users.list``` ?
final userList = await users.list(queries: [ Query.offset(offset), Query.limit(limit), Query.notEqual('accessedAt', ""), ]); AppwriteException: general_argument_invalid, Invalid ...
- Self Hosted
- Functions
- Auth
How can I delete this attribute from the collection.
I'd like to remove this attribute from a collection but it's been stuck for days with an alert saying that it wasn't even created in the first place. My question are: 1. Why is it there if it wasn't...
- Cloud
getting total documents
hey, i want to get th total numbers of documents in a collection, i used the total count that is returned with response but it only showed at max 5000 count where else i have more then 52k documents
- Self Hosted
- Databases
Can't add web platform to the project, throws error
When I try to add the first platform to my project (self-hosted Appwrite) nothing happens when I click on "web" (or any other option). I just see that error in the devtools console `Uncaught (in promi...
- Self Hosted
Attribute Stuck on "processing", no logs from Database Worker
Hey, I'm using Appwrite, and it's been a super good experience, until trying to use the database. I can't create any attributes. I tried restarting, recreating the database, collections, etc. but stil...
- Self Hosted
- Databases
Trusting the Appwrite self-signed certificate (Docker localhost) from Android
I'm trying to connect my Ionic Android application to my locally hosted Appwrite instance. And I'm lost. Android does not allow connecting to http sources, so I set my endpoint to https://<ip>/v1. Whi...
- Self Hosted
- Android
Issues with Dynamic Service Instances
Hi everyone, I’m developing a .NET client app using Appwrite and encountered issues with dynamic service instances. Specifically: Dynamic Service Problem: Logging in a user with one service instanc...
- Tools
- Auth
- General
- Functions
GitHub provider fails on third project
Hello everyone, I am trying to connect GitHub to a third project, but everytime i get redirected back to Appwrite it fails with ``document_already_exist`` For now i have spun up another instance to ...
- Self Hosted
- Functions
Help with OAuth Redirect Issue on Deployed Next.js App with Appwrite
Hey Appwrite community! 👋 I'm running into an issue with OAuth authentication in my Next.js app deployed on Vercel. In development, everything works fine for both GitHub and Google OAuth, but when d...
- Web
Attribute not found in schema: `users` (for Messages)
I want to make sure that a message hasn't already been set for a specific user. So I tried to listMessages with the following query: `Query.contains("users", userId)` I get the above error. Why is t...
- Flutter
- Messaging
- Cloud