Threads
Found 5000+ results.
Appwrite Error: 401 Unauthorized on getCurrentUser()
Hi everyone, I'm getting an error while trying to fetch the current user using Appwrite in my React project. Here's the error log: auth.js:41 GET https://fra.cloud.appwrite.io/v1/account 401 (Unauth...
- Web
- Auth
- Storage
- React Native
- Self Hosted
createDocument bug
why Im getting this??? let me make it easy for you. Do you have Indexes? No. Do you have relationship attributes? No. And the funny part is that it creates the first document fine, but the second one ...
- Web
OAuth fails with Invalid Response or invalid Callback url
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it in appwrite auth. using the example p...
- Self Hosted
- Flutter
- Auth
"Invalid relationship value. Must be either a document ID or a document, array given.
In my app i am trying to update the documents in my databse from a form in my app, and i am getting this error Error updating event users: AppwriteException: Invalid relationship value. Must be eithe...
- Databases
- Web
- Cloud
Profile Image from storage not showing ( Black screen )
I am uploading a photo during register, and it is also being uploaded to appwrite storage . But in my profile screen it is showing black screen. I am attaching all code
- React Native
- Storage
reoccurring resource limit usage
Two days ago I had of the error (attached) when there’s virtually no usage this month for any of my appwrite apps Yesterday we cleared up and I wasn’t getting any usage errors, but they’re back toda...
- Cloud
Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access offset of type string on string" Help!!...
- Functions
- Cloud
Ability to mark user as "Verified" when creating via node-appwrite.
I’m using Google Sign-In in my bare React-native app and verifying the user's email through Google OAuth. After verifying the token server-side, I create the user using the node-appwrite SDK. However,...
- Auth
Unable to upgrade to PRO plan
After entering card details and attempting to change the tariff plan, the following error appears: The provided mandate has a different payment method than the one provided on the PaymentIntent.
- Cloud
grant permisions only to users in collection
I'm building a web app and instead of using Appwrite Auth, I made my own custom auth system that stores user data in documents. I have a "Profile" page where logged-in users can update their username ...
- Databases
- Web
custom domain not working
i have done all other requirement but still when i open custom domain at that time there give error 500 Internal Error, but in main project page i can still get the application that i have attach from...
- Cloud
Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have are Guest - Read, User - Read, Write, Upda...
- Android
- Flutter
- Databases
- Apple
Swift: Delete All Documents
In Swift, how does one delete all documents in the collection. Is the solution to iterate over each document to delete it by document id? Or is there a .deleteAll function?
- Apple
Flutter native Google Sign Up with google_sign_in package
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- Android
- Flutter
- Auth
cli 5.0.5 command for pull and push of database and storage
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, when i use "appwrite pull" it returns "unk...
- Self Hosted
- Flutter
Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Databases
- Cloud
404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: image: traefik:2.11 container_name: app...
- Self Hosted
- Web
Is there a way of fetching random documents from a collection?
In SQL, we have the `RAND()` function, is there an equivalent in Appwrite? In my app, the user answers questions, which all have an Elo rating. I'm actually unfamiliar with how to choose which questi...
- Databases
How to upload a profile picture from react-native to appwrite ?
I need to upload profile picture from a app i am building for my project... How do i do it ? Till now i have done this much but it shows an error
- Databases
- React Native
Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: await Promise.allSettled([ deleteAllPosts(userId), re...
- Tools
- General
- Web
Issue creating team membership with USER_ID & TEAM_ID
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code await awTeams ?.createMembership( teamId: inviteCo...
- Functions
After upgrading expo 52 to 53
Hello After upgrading my project from Expo SDK 52 to SDK 53, I encountered the following error when running the app: TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found. Ve...
- React Native
- Auth
Deployment Error Logs - Golang Functions
Hi guys - I have been developing an appwrite function via the cloud service with a golang runtime environment. Currently, I only get error messages whilst deploying lke "Cannot access offset of type s...
- Functions
- Cloud
Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting any messages on websocket and its statu...
- Self Hosted
- Web
Appwrite Cors Errors after domain added
So I'm working on an app for my company and I've added in my domain name as the hostname for the project as well as for the custom domain. But I'm still getting CORS Errors saying that: Cross-Orig...
- Web
