Threads
Found 5000+ results.
`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
@redirect
can someone help me get support for my webapp integration i see my activity in appwrite but the session doesnt redirect me to my / group
- React Native
- Web
Getting 500 error, while changing the size of a attribute on DB
Hello, I am getting 500 error, when I want to change an attribute's size on my DB
- Cloud
Search by document Id on Console.
I just notice there is no way to search by id
- Self Hosted
- Tools
- Web
HTTP 500 when listing bucket files
Appwriters 👋 I'm trying to replace my Bunny CDN integration with appwrite storage buckets, but when trying to list files on a public bucket my Nuxt server receives a 500 error from the `node-appwrite...
- Web
- Storage
- Cloud
Error 400 after deleting the OAuth user from console, and when logged in with same account again
Hi. So basically after the user registers with oAuth, it gets added in auth on console But if I delete the user from there and try to login again with same gmail account, I am getting this error. Is...
- React Native
- Auth
- Cloud
Where can I find the Appwrite cloud functions IP Address Range?
I need to whitelist the appwrite cloud function ip since it calls my external api. I dont want to expose this endpoint fully, just to appwrite.
- Functions
- Cloud