Threads
Found 5000+ results.
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
Database error validating 'min' and 'max'
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a record on the same table. Invalid `min` par...
- Databases
- Cloud
Cannot create cloud function due to this error:
As I try to deploy a new function to Github I get this error message: Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man git check-ref-format` hint: Disable this mes...
- Functions
Anyone manage to get a slack-bot working ?
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling now...
- Web
Fine grained permissions for webRTC handshake
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We use Appwrite Realtime for signaling. Bot...
- Databases
- Auth
- Realtime
How to use TS for creating appwrite functions?
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?
- Functions
Synchronous Function Execution Timed Out (408) on Appwrite Cloud – Dart Function
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function using flutter appwrite sdk: **appwrite: 1...
- Flutter
- Functions
- Cloud
Custom domain certificate generation fails
I've added the CNAME and CAA records in my DNS provider (godaddy.com). The domain shows as verified, but the certificate generation always fails. I've had this working before but after I made some cha...
- Cloud
restore backup on another server with another domain self-hosted
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project with the requested ID could not be found....
- Self Hosted
[Sites] Deployment finished but site is not accessible https://69688272b6f7b9f13020.appwrite.network
The deployment finished and is active but the site shows timeout error.
- Web
- Cloud
Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. readyState: 2 means: EventSource.CLOSED Th...
- Web
The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and that too undefined doc id empty doc id eve...
- Self Hosted
- Databases
- General
Create a project via REST API or SDK, missing scopes (["projects.write"])
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying to create a project programmatically. I...
- Self Hosted
- Tools