
I were using latest tablesdb in my project but started facing this error. Its been few days i am using in same way but now somehow i started receving this error.
TL;DR
Developers are encountering an error regarding a missing table ID while using the latest tablesdb in their project. The correct format for the URL should be `tablesdb/{DATABASE_ID}/tables/{TABLE_ID}/rows`. Double-check to ensure the table ID is included in the URL.
Looks like you're missing a table id

should be tablesdb/{DATABASE_ID}/tables/{TABLE_ID}/rows
Recommended threads
- Appwrite freeze when I try to click into...
Like title, Its a pretty blank database, with 3 tables, and on one of the tables I added a column, then the whole thing froze and now the whole appwrite webapp ...
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
- Document ID already exists error with ID...
**Problem Summary** I'm building a React Native app with Expo and trying to create profile documents in Appwrite when users sign up. I keep getting this error: ...
