Hello, is there any workaround for me? I can't delete the relationship in this "review" table. Without it being deleted, my other table will continue to be stuck at processing state to create one-to-many relationship with "review" table.
there's an ongoing incident. please wait while we resolve the issues
oh, okay. thanks a lot @Steven
what setting did you set for the onDelete option?
Cascade
whoof, had a similar issue too and I had to delete the linking collection so that it could delete, but probably there must be a fix now
Hey @n1klaus and @Steven , the "deleting" is working now for one table. Thanks. My other table that was in "processing" now turned to "stuck" and I cannot delete them. Looks like it is still being fixed; I will just wait. Thanks again
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...