Per title, it started after a failed relationship was created.
What to do?
It works if I create a new collection where the previously failed relationship does not exist.
Eg, in any collection where the relationship that failed to create I cannot access my documents data.
The attribute has now been removed from one collection. eg I can access the documents data once again. For some reason the attribute (relationship) vanished, I didnt do anything. However, the relationship is still present in the other collection and its status is "PROCESSING". Eg, I cannot access the data in those documents either.
Are you able to replicate the exact steps in any project?
I have replicated it with three seperate dummy collections with the same attributes. For some reason this relationship fails.
And doesn't go away when attempting to delete it.
This time on the seperate collections I did try and delete the "processing" attribute first which made both "stuck" instead of one going away and the other staying in "processing".
I tried different attribute names for the relationship, still "failed".
Great! Could you please create a GitHub issue with the steps needed to replicate the bug? That way the appwrite team will work to solve it π
It seems that the issue is that multiple many-to-many relationships fails. If I remove my previous many-to-many relationship it works.
Recommended threads
- 1:1 relationship doesnβt sync after re-a...
Hi, Iβm trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone π I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...