Web Developer
Hey I am in urgent need of help. I am using the hosted version of appwrite and I tried to create a relationship attribute. This time however it looks like it has been stuck in processing for over an hour.
I can call the getAttribute endpoint which returns
{ "key": "reports", "type": "relationship", "status": "processing", "error": "", "required": false, "array": false, "relatedCollection": "reports", "relationType": "manyToOne", "twoWay": true, "twoWayKey": "customer", "onDelete": "setNull", "side": "child" }However I can not delete this attribute, since it is not available.
Unfortunately with this state I can not access the customers collection. Which makes all calls to this collection crash...