when i try to do this, i get the "Attribute with the requested key already exists" error. maybe an example of my scenario would be more helpful. think of a chats collection in a messaging system. the app has a users collection as well. so in the chats collection, there'll be two obvious attributes as sender and recipient. and both of these relationship type attributes need to point to the same collection, which is users. and this doesn't seem to be possible rn in Appwrite cloud?
For now, it might be possible to make the API call manually so that you can set your own unique two way key
u mean to create the attribute using node-appwrite?
Ya, or CLI
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...