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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...