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
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
 - Migrating functions from between regions...
Hi Appwrite team, I am running into rate limits where only part of my 77 functions are being successfully migrated (only 50 went through) via the Migration tab ...
 - Internal server Error when trying to exe...
When executing the function locally it works fine, but when the function is deployed I get this error: ```requests.exceptions.HTTPError: 500 Server Error: Inter...