Hello everyone,
I'm encountering an error when trying to update a document (in the web console) from a relationship collection: "Invalid relationship value...".
I have two collections and I'm setting up a many-to-many relationship using a third collection to store additional attributes for the relationship. I'm familiar with MySQL, where I would typically use a join table for this. However, I'm unsure how to handle this in my current setup without needing an additional table.
Has anyone faced this issue before? How can I properly manage this type of relationship while avoiding the error? Any guidance would be greatly appreciated!
Recommended threads
- storage copy file?
hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt f...
- [BUG] The cloud cannot be migrated to se...
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) ...
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...