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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...