TypeScript
[Error] URL: /v1/tablesdb
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1561
```
hello, tablesdb not even available on main branch? I build from source (with dockerfile) but my self-host still show at 1.7.4 and ofc 404 on database tab
TL;DR
Developers missed the 1.8.x branch which contains the Tablesdb. After building from source using a Dockerfile, the self-hosted version displayed 1.7.4 instead of 1.8.x, causing a 404 error on the database tab.oh wait nvm there is 1.8.x branch, I miss that, my bad
Recommended threads
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- Cannot update relationship value with ev...
I have 2 Tables. One for all Clients (Image 3) and one for projects the clients can create. The problem: I can only assign a handful of clients (Image 1). The r...