I'm trying to make a recursive two-way relationship in Appwrite's DBs for a reddit-alike reply system; ie you can reply to a reply. The issue is, the relationship menu doesn't let me select itself as the Related Collection.
Is there any way to do this? Does a recursive relationship break Appwrite?
correct...for the moment, you can't have a relationship to itself
any plans for it being added in future?
we haven't talked about this explicitly
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...