
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
