Threads
Found 5000+ results.
Frequent 500 Internal Server Errors - Production System Down Daily
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** multiple times every day, making the system ...
- Cloud
payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were failing, I assumed the account was inactive...
- General
Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the console/network tab, I can see the PATCH req...
- Cloud
Synchronous function execution timeout with xasync = true
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doe...
- Functions
Problem with Google Workspace at DNS Record
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't work. Checking with email-tester.com, I ...
- General
- Web
Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ever. But when I try to login with my De...
- Self Hosted
- Flutter
- Auth
Function running for more than 2 hours in stuck status
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Functions
- Cloud
change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of the user and not the team member.
- Auth
- Web
Deeplinking/hosting apple-app-site-association
I'm trying to implement deeplinking so that after a user logs in, they are redirected to the place in my app I want them to go. As far as I understand, I need a .well-known/apple-app-site-association ...
- Auth
- Apple
Session not found. Please run appwrite login to create a session
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enough So I dont understand why I have thi...
- Web
- Tools
- Auth
- Cloud
- Functions
SELF HOSTING ISSUE, DATA NOT MIGRATING TO SELFHOSTED INSTANCE
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred attached are the screenshots of the erro...
- Self Hosted
- Databases
- Storage
- Cloud
No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- Self Hosted
- Databases
How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seeing if email, name, etc is blank?
- Self Hosted
- Auth
- Apple
ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- Web
AppwriteException: Invalid query: Query value is invalid for attribute "discord_id"
console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", tableId: "users", queries: ...
- Self Hosted
- Databases
Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc. The returned session object from `acco...
- Auth
AppwriteException - Transaction with the requested ID '696bda260c0fb0741f66' could not be found
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required data as shown in the screenshot attached, I...
- Functions
Auth working for emulator but not for physical devices
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is very slow like taking time of 80s and m...
- React Native
- Auth
Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or is this a known bug? It already existed i...
- Self Hosted
- Storage
unlike any other provider, your sites DNS does not work :)
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Sites
- Cloud
functions custom domain issues in self hosted
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fail TLS completely, e.g. https://<functio...
- Self Hosted
general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, "type": "general_unauthorized_scope"...
- Web
Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- Cloud
Invalid Credentials to Log in
Hello team, I’m facing a login issue with appwrite this morning. I can’t login anymore. I haven’t changed or pushed anything since the last time I was able to log in so I don’t know what changed. Whe...
- Auth
I recently switched to TablesDb. When listening rows with Queries it returns 0 rows in python.
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return any Row. tablesDB.list_rows[ queries=[ ...
- Databases
- Cloud