There is a question about relationships in collections.
- I create the "authorId" attribute in the project table and link it to the user table - ok.
- I create the second necessary attribute "inspectorId" by analogy, but I get the error "Attribute with the requested key already exists. Attribute keys must be unique, try again with a different key"
What I expect is that a project can have one author and one inspector, a user can be an author in many projects, the same user can be an inspector in many projects as well
I found information that this is an interface problem and tried through the CLI, but there is exactly the same error. Who can tell me what I'm doing wrong?
Recommended threads
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...