Threads
Found 5000+ results.
function runtime in self hosted
hi i am hosting my appwrite using docker compose but i only have 4 runtimes , how can i add more runtimes ?
- Self Hosted
context in local development
There is any way to pass vars into a local function? I'm running a function with the CLI command `appwrite run function --function-id` but I can't see any value in `context` or `context.req` and wh...
- Self Hosted
- Functions
OAuth2 apple sign-in iOS
I'm trying to use apple-sign in in my iOS project but it never returns to my app. Once the sign in process is completed there show this safari message, when i tap to return my it doesn't returns to th...
- Auth
- Apple
Database Design: Multiple databases
Hello Appwrite Community, I have a question regarding efficient database design with Appwrite. I've been trying to gather relevant information and have created a database structure that works well, b...
- Databases
- Functions
- General
OAuth Github Issues
Built my first simple Crud app with appwrite, it works. Now I try to implement OAuth with Github. I see the login screen and i can login. But then I dont seem to be recognized anymore.
- Auth
Discord bot being very slow on cloud
Support thread for https://discord.com/channels/564160730845151244/1298074280751403008/1308838217700741150
- Functions
- Cloud
auth provider cookie
Hello All, After I successfully creating session by google i cant get session or token from other domain in backend For example frontend in example.com and Appwrite in api.example.net So in cookie ...
- Self Hosted
- Auth
- Web
Cant get results from cloud function
I used cloud funtion to process some data and return some processed data. All i know is the getExecution should return the results but i get and error [AppwriteException: User (role: guests) missing ...
- Functions
- Cloud
Mutliple Sessions on a Single Device/Browser
Would it be possible to have mutiple sessions on one device? I'd like to be able to easily switch accounts...
- Auth
- Web
- Cloud
Please help, I'm stuck.. I'm unable to fetch data from the database of my project
Up until a couple minutes ago the function on my code worked correctly but now my project breaks while trying to fetch the data. I can see the data on appwrite site but I'm unable to fetch it from my ...
- Databases
Attributes of Index are not creating
Attributes of Index are not creating so please solve this issue
- Android
- Databases
phone reset password Issue
I tried the solution by just creating one account only with mobile number but when I am trying to login, it is not authenticating, as signing in requires temp mail and in order to do so I have to crea...
- Auth
- Web
- Cloud
Invalid redirect in Google Oauth when using node-appwrite
- Auth
- Web
Appwrite Collection UI Issues
I have a collection with these attributes: sender_id subject message_text When I add values to these attributes and save them, the data gets saved successfully. But in my Appwrite's UI, the `message...
- Web
Attribute not deleted in the backend
Hello, I deleted an attribute "saved" on the cloud database but it seems it wasnt deleted in the backend. When I tried updating a collection which had a relationship with this "save" attribute, I woul...
- Cloud
I am not able start with appwrite education
I have an account with Appwrite (i logged in with Github), but I'm in the Github Education Plan and I wanna use it benefit, but when I push he botton to start, it redirects me to the console, and I ca...
- General
Can't connect Git Hub App to locally hosted Appwrite
When trying to add a git installation I get: Error 500 Server Error, Type general unknown I'm using ngrok to provide a url so my domain variables look like this: _APP_DOMAIN=bc6e-2600-100f-b1a3-508f-...
- Self Hosted
- Functions
Has anybody tried ever magic URL with React Native?
I'd like to use magic url with react native. I got the email, new user made, but when I click the email, I stuck. My best result is I can open my project site on appwrite cloud. I don't know how can...
- React Native
- Auth
What's the appwrite function container alive time?
To be more specific, Functions have a cold start which means that the first time they are executed, They take some time to execute in contrast with the subsequent executions. But after some time the c...
- Functions
Spanish reset password email errors
I set language using: const appwrite = new Client() appwrite.setLocale('es') 1. User name is missing in spanish 2. Unnecesary dot after "Gracias": English version -> "Thanks, " Spanish version -> "...
- Auth
- Locale
- Cloud
Github App selfhost error
Hi, I use Appwrite via coolify and I followed the docs to set up the github app. Then I now want to use the app and install it on my github profile this is the callback page even though I implement ...
- Self Hosted
- Functions
API Uploading
Hello! I'm currently using the REST API to upload large JPEG files to an Appwrite storage bucket via a microcontroller, but I'm encountering an issue where the server does not return a response after...
- Storage
Function Domain Setup on my local network
I have an Appwrite instance set up on my local network with a domain like `main.com`, which I use to access the instance. I want to make one of my functions accessible via a subdomain, such as `functi...
- Self Hosted
- Functions
- General
Invalid document structure: Attribute must be an array - but it is!
$databases->updateDocument("[DB_ID]", "[COLLECTION_ID]", "[DOCUMENT_ID]", [ "[ATTRIBUTE]" => $var, ... }; Here's the output of `var_dump($var)` directly before that call: `array(1) { [1]=> string(...
- Self Hosted
- Databases
Internal curl error has occurred within the executor! Error Number: 52Error Code: 500
Getting the above error in execution tab while running on appwrite cloud. I am trying to send emails from node:appwrite and nodemailer as well but both are showing the above error. functionId: 673ccc4...
- Functions
- Cloud