Web Developer
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
Votes
1
Replies
16
Participants
Unknown
Messages
17
Web Developer
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
Web Developer
I think the payload is fine
did you make changes to your collections after this document was created?
Web Developer
Im trying multiple solutions right now, I saw that deleting documents that has relations with other collections can cause this issue
Web Developer
so I deleted every document in each collection
Web Developer
now I get new Error 😆
Web Developer
Web Developer
this is in console
Web Developer
but the app still the same error
is that an old attribute?
Web Developer
yes
You said you deleted every document so this is a new document you created and then updated?
Web Developer
yes
Web Developer
if I make a new database with the same schema will the problem be solved?
Yes probably