Threads
Found 5000+ results.
Trouble connecting appwrite to react native
I installed appwrite with npx expo install react-native-appwrite react-native-url-polyfill and created an appwrite.js file that has client and account. Client has setEnpoint,setProject and setPlatform...
- React Native
- Auth
Priority 0 even though specified as something else
Hello, I am attempting to link my domain to simplelogin and I have set the DNS for the mx records to the attached image, however when I try to verify it on simplelogin it says it is at priority 0 not ...
- General
- Cloud
Using node sdk, not getting all realtime events!
I am not realtime events via node-sdk, via api key. Unless the row/table has the permission of "Any Read"
- Self Hosted
- Realtime
HELP!
IT WOULDN'T BELEAVE I AM SIGNED IN
- Web
Custom Domain Verification Failing Due to CAA Record Issue
Hello everyone, I am facing an issue while verifying my custom domain. I added the required CNAME in Vercel, but I keep getting this error: ** Domain verification failed because CAA records do not all...
- Cloud
Cloudflare output appearing in function execution log on Appwrite Cloud
Hello everyone! My function execution failed and it showing Cloudflare output in the execution log. It leaks the IP (DigitalOcean) as well. It's not the first time this happens. I'll paste the full ...
- Functions
- Cloud
Possible to query rows that have a certain relationship?
I have a one way relationship relating `VolunteerReport` to `User`. I then want to list all `VolunteerReport`s related to `User`. I don't think I can just query the user, since the relationship is o...
- Databases
API Key Generation Error
When i try to create an API key with duration (Forever), a popup shows: Invalid `expire` param: Value must be valid date between 0000-01-01 00:00:00 and 9999-12-31 00:00:00. or null <@4620461075565...
- Tools
- REST API
- Cloud
Credit Issue
I had 25 credit left But now, it shows expired and I thought Pro was going to stay for 2 months, but I, used 1 month
- General
- Cloud
I cannot pay anymore!!
When I try to pay the bill using the default card, it alert the error “Server Error”! Moreover,I cannot add the new credit card ,it display the error “ Param "providerMethodId" is not optional.”
- General
How to access oldValue payload in function
I want to record old and new values of data changes as audits. But when i try to read row in function. The value is new already even before grt updated
- Self Hosted
- Functions
- Cloud
AstroJS Not Listed as a Web Framework Option
Hey folks, as a followup to this post https://discord.com/channels/564160730845151244/1102936099745177700/1440603125642952734 I was trying to see if there was an option for Astro, and turns out, in th...
- Web
Database table mysteriously empty this morning
Hello, I'm testing out appwrite (free) with a simple vue app. This morning a I created a few indexes on a table, and then noticed that it was empty... I don't even have any code that deletes records. ...
- Web
- Cloud
Issue: Getting 401 Unauthorized Error When Creating Row with Relationship Despite Having Full User P
Hi team, I'm encountering a 401 user_unauthorized error when trying to create a row in my projects table, even though I have full user permissions configured for both related tables. Error Details: `{...
- Databases
- Auth
- Web
- Cloud
Cannot connect server to github 1.8.0 with error Failed to retrieve access token from GitHub API.
I checked all the steps and also validated the openssl key with the command given ... I am getting terminal response as valid key but the issue is something else...this is the logs:- appwrite ...
- Self Hosted
Playing a video the showing an error
Playing a video the showing an error like, FATAL EXCEPTION: DefaultDispatcher-worker-2 (Ask Gemini) ...
- Android
- Databases
What is the best way to change the email template and sender?
After Migrating to 1.8.0, i want to change the email template and sender address, i went through https://appwrite.io/threads/1115191629733703730 and https://discord.com/channels/564160730845151244/107...
- Self Hosted
anyone have experience self hosting appwrite behind pangolin??
I am unsure how to setup routes so that sites works as expected
- Self Hosted
- Sites
Appwrite behind Nginx, locale.get() returns internal IP
I have Appwrite behind Nginx and followed this guide to forward the real user IP: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243 This works for e.g. user sessions, it sa...
- Self Hosted
[BUG] After 1.8.0 no Screenshots of Sites
Hello, I'm facing this bug. When I deploy it works properly but screenshots are not displayed. If I open the image this is the result: URL: `https://appw.xxxx.com/v1/storage/buckets/screenshots/files...
- Self Hosted
- Sites
CORS error using the Locale API from a browser: CORS Allow Origin Not Matching Origin
When I call the `GET /v1/locale` API with JS in a browser the GET request fails with `CORS Allow Origin Not Matching Origin`. Requests to `GET /v1/databases/...` work fine and return the correct `acc...
- Self Hosted
- Web
Transaction error
Future createOperations() async { final client = Client() .setEndpoint(AppwriteConstants.apiEndPoint) .setProject(AppwriteConstants.projectId); final tablesDB = TablesDB(clien...
- Self Hosted
Question: Best practices for implementing Organizations with Teams?
Hi everyone! I'm building an application that needs a multi-level hierarchy: Organizations → Teams → Users. I see that Appwrite provides a Teams service, but I'm unclear on the recommended approach f...
- Databases
- Auth
- Cloud
Fails to add Custom domain and subdomain to appwrite sites and functions
Case 1 : I've a domain ("remiel.work") which i want to host my portfolio thru appwrite sites. when i try to connect my domain (which i bought from spaceship, managing DNS records using cloudfare) to t...
- Sites
- Functions
- Cloud
Account API: Update status. Feature on the cloud.appwrite.io
Is there in the cloud.appwrite.io a button/flag to update a user status. I know there is an API for this, but i like to change de value inside de cloud console. https://appwrite.io/docs/references/clo...
- Cloud