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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...