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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...