I have "users" and "posts" collections i added a two ways relationships attribute , after that i removed the collection "posts", and now i can create a new user and i cant delete the relationship attribute when i try i got this error "Collection with the requested ID could not be found."
I believe this is a known issue: https://github.com/appwrite/appwrite/issues/6012
yes i will keep an eye on it , thnks
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...