Threads
Found 5000+ results.
Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and resemble that of handler of createExecution ...
- Functions
- Cloud
Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Databases
- Web
Need Help with Google OAuth2 in Expo using Appwrite
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt didn't work. Has anyone here worked with OA...
- React Native
- Cloud
Different appwrite IDs are getting exposed in the file url.
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app. The requested files are coming from th...
- Web
Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some keys are not binded correctly Few keys n...
- Tools
Got message for auto payment of 15usd for Appwrite pro, although i am student
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i selected personal projects one. 3. somehow...
- Cloud
Invalid document structure: missing required attribute
I just pick up my code that's working a week ago, and now I got this error: code: 400, type: 'document_invalid_structure', response: { message: 'Invalid document structure: Missing required at...
- Web
Error: User (role: guests) missing scope (account)
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that worked out perfect but after that I wan...
- Auth
- Apple
Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember setting scopes for the google oauth. Plea...
- Flutter
- Auth
- Cloud
Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the same. From the app side it should be workin...
- Flutter
- Apple
- Cloud
Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't generating me any certs. Is it a waiting gam...
- General
- Cloud
custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to cloud.appwrite.io which I strongly think is...
- Android
- Web
- Cloud
Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in practice, it is actually an object, as evi...
- Databases
[SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutter app remains on the appwrite hoted succ...
- Flutter
- Cloud
What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a github issue I tested some possible queries, ...
- Databases
- REST API
Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emails without my custom template? Or email...
- Web
- Cloud
My organization's project is blocked
My organization's project is blocked so unblocked my organization then I will this
- Android
- Cloud
Unauthorized Charge After Appwrite Pro Free Trial
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently noticed that an amount of approximately 30$ w...
- General
- Cloud
Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need multiple connections for it? I tryed a ...
- Self Hosted
- Flutter
- Realtime
Can't login or deploy functions in Appwrite CLI
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i get this error. AppwriteException [Error]...
- Self Hosted
- Flutter
Error After Renaming Attribute in Appwrite Collection
hello there... I think there's a bug in Appwrite. I created a collection named glasses with several attributes, including one called thumbnailUrl. Today, I decided to rename this attribute to thumbnai...
- Cloud
Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created and account and logged in but I don't t...
- Self Hosted
HTTP POST to function returning "No Appwrite project was specified"
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNCTION_API_ENDPOINT, etc.), and I’ve also ...
- Self Hosted
- Functions
[SOLVED] React Native Appwrite SDK not working properly
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. const handleSignUp = async () => { if (password...
- React Native
- Auth
Relation Issue
Me and my team are having some issues with relations in .NET SDK. We have to first create an element and then update it with the relation of the object before it works, otherwise it gives permission e...
- Self Hosted