Threads
Found 5000+ results.
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
1.8.1 - Databases - inline updating a row column does not update $updatedAt
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (the right sidebar), the `$updatedAt` colu...
- Self Hosted
- Databases
Function executions fail with cURL error 52 when coinciding with executor maintenance cleanup
Appwrite version: 1.8.0 Executor version: 0.11.4 Function runtime: Python 3.12 SELF-HOSTED Function executions that occur at the same moment as the executor's hourly maintenance task fail with Intern...
- Self Hosted
- Functions
Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Cloud
Database column name change makes table unaccesible
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, after doing it on the dashboard, I'm getti...
- React Native
Other DateTime Columns Are Saved Incorrectly When Editing a Row
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly saved. Please take note of this.
- Databases
- Cloud
Github App "Failed to retrieve access token from GitHub API" v1.8.1
When trying to connect the Github App on 1.8.1 I recieve this error: [Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error] Message: Failed to retrieve access token f...
- Self Hosted
GOT 500 error when going to the appwrite dashboard and timeout when calling API for DB
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-packages\appwrite\services\tables_db.py", ...
- Databases
Invalid Origin. Register your new client (api.svlr.studio) as a new Web platform on your project con
- Cloud
Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding other subdomains
- Sites
- Web
Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total mess. I wanna get this production ready b...
- Self Hosted
Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be queried by `.listRows()` and return resu...
- Self Hosted
- Web
- Realtime
Whats wrong here
I keep trying to fucking add the appwrite domains including CNAME and CAA but it keeps failing , this is the exact records i have right now in cf
- General