Threads
Found 5000+ results.
How to Ensure a User Can Only Access, Add, and Delete Their Own Favorites in Appwrite
Hi everyone, I'm building an app using Appwrite, and I'm working on a feature where users can store their favorite items in a "Favorites" collection. Each favorite entry has fields like userId and it...
- Self Hosted
- Auth
- Databases
How to cron function with specified end point
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . is this possible
- Self Hosted
- Functions
- Web
- Cloud
Want to add user to organization without enabling SMTP
Hi, I have accessed the MariaDB instance, but I'm unsure exactly how to add another user to my organization, could I have some assistance? Both me and the other user are registered, all that's missin...
- Self Hosted
ERR_TOO_MANY_REDIRECTS
I am almost pulling my hair out due to the aforementioned issue. I deployed Appwrite using Coolify one click setup. Everything was working fine until I needed to add Google Auth, when I did, I realiz...
- Self Hosted
- Auth
- General
- Web
401 Access to this resource is blocked.
I was adding a large number of attributes to my collection and I started getting this error
- Cloud
Help Needed: Appwrite Email Verification Error
Help Needed: Appwrite Email Verification Error '$collectionId': 'users' Error in register function: AppwriteException: app.67188ef30017689a30d2@service.cloud.appwrite.io (role: applications) missing s...
- Web
- Cloud
`redirect_uri` returns http instead of https for github OAuth
Im self-hosting appwrite using docker compose and then exposing with cloudflared/zero trust tunnel system I tried solutions from other support threads but none of them seem to be working. This include...
- Self Hosted
- Auth
Checking auth in NextJS Middleware
Hi all! I am really stuck checking the auth in the middleware. It always returns the following error: AppwriteException: User (role: guests) missing scope (account) My guess is that the session cooki...
- Cloud
Edit DB with external tool
Hello, is there a way of interacting with the db with other tools? I have exposed the mariaDB port and tried connecting to it with nocoDB or similar servies but as soon as I do appwrite becomes comple...
- Self Hosted
Functions runtime specifications not changed
It seems that the changes revert to their original state when deployed.
- Self Hosted
- Functions
- Cloud
Error 400: General_Bad_Request in react native expo when using auth.
I am suddenly started getting this 400 error in my react native app using expo. It seems identify to the situation described [here](https://github.com/appwrite/sdk-for-react-native/issues/34#issuecomm...
- React Native
- Auth
CORS issue on browser for Auth module
Hi guys, I'm dealing with a CORS issue but configurations seems alright, please help: Access to fetch at 'https://api.mega-voice-command.com/v1/account' from origin 'https://mega-voice-command.com' h...
- Auth
- Web
- REST API
Appwrite image display error and update fail
Hello, I have two problem : 1st problem : I'm trying to show image in "Circle avatar" with Network Image by ID after uploading but I got error. Image won't shown (see attached image) 2nd problem: W...
- Flutter
- Storage
Store PushNotifications on local phone database
Hello, I want (once I receive a push) save this into local phone database on apple app. Would it be possible ? Did some one have experience with that ? That other way will be fetch that message from d...
- Flutter
- Android
- Apple
- Cloud
- Self Hosted
Otp is not coming please check
Otp is not coming please check and fix this issue
- Android
- Auth
Realtime ping respond with error message
- Self Hosted
- Web
- Realtime
User didn't delete from authentication
I just removed the user (OAuth using Google provider) manually from the auth tab, and when I tried to log in again from my web I got the error in the first picture, so I tried to add it manually from ...
- Databases
- Auth
- Web
Self Hosted SMTP Authentication Error
Appwrite documentation has the following variables filled out if using an apikey _APP_SMTP_HOST=smtp.sendgrid.net _APP_SMTP_PORT=587 _APP_SMTP_SECURE=tls _APP_SMTP_USERNAME=apikey _APP_SMTP_PASSWORD=<...
- Self Hosted
Firebase Admin setup in Appwrite functions
How can I store Json file in environment variable of functions? Because I need to store Firebase service key. And also, how to fetch that Json in python code?
- Android
- Functions
- Realtime
- Cloud
Create Topics via API
Is there any possibility to create topics through client api? Means that user can create their own topics?
- Flutter
- Android
- Apple
- Cloud
- Self Hosted
Register Target and read targets
Hello, I am using this code who I attach. My question is could I check the reister targets based on user that i not add many targets only while login and logout? I would like check if the target with...
- Self Hosted
- Flutter
- Apple
- Cloud
Error while send push and device register many times a new target
Hello, I was create a auth file on flutter. This is working. But I get 2 issues. If I re login it create each time a new target with that push. I dont know how to check all targets based on user to no...
- Flutter
- Messaging
- Apple
- Cloud
- Self Hosted
Delete project in unstable state
Please see https://discord.com/channels/564160730845151244/564160731327758347/1324888459273306195: > Hi, I created a project yesterday in Frankfurt, and I am receiving a 404 when I visit Auth/Databas...
- Cloud
User Verification Mail
I was setup a self hosted version and was register a new user via app. There is not send the verification mail. Should I setup there some ? SMTP I was setup. I also that this message on flutter while ...
- Self Hosted
The current user is not authorized to perform the requested action.
This seems to be occurring when accessing a document with relationships to other documents that have document security on. `const udb = await databases.getDocument(import.meta.env.CV_DB0_ID, "user", ...
- Databases
- Web
- Cloud