I have a collection Comments that has a relation with another collection Users called likes, the problem is whenever I add new User (like) it response with this message pls help
Please keep in mind relationships are experimental and may have performance implications depending on how they're used.
Can you check what the request payload is for the request sent when you click Update? You should be able to see it in your browsers dev tools on the network tab
I think the payload is fine
did you make changes to your collections after this document was created?
Im trying multiple solutions right now, I saw that deleting documents that has relations with other collections can cause this issue
so I deleted every document in each collection
now I get new Error 😆
this is in console
but the app still the same error
is that an old attribute?
yes
You said you deleted every document so this is a new document you created and then updated?
yes
if I make a new database with the same schema will the problem be solved?
Yes probably
Recommended threads
- Console not loading - ERR_NAME_NOT_RESOL...
Hi everyone/team, is anyone else experiencing DNS issues accessing the Appwrite Console? I cannot load my project dashboard. My browser console is returning: Fa...
- {"message":"Server Error","code":500,"ty...
Hi, I am using Appwrite Cloud. I had created a new relation for a table. Since it was not letting me delete an appointment, I removed the relation from the mess...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...