
I've been playing around with relationships, setting some up to understand how to create, edit and delete etc but on appwrite cloud I can't delete any documents I've made. It says server error when I try to delete. How do I fix this and delete docs with relationship attributes

This is what I see when I try to delete on a document on appwrite cloud console dashboard

*okay managed to delete the docs but removing the relationship attribute values from each doc individually

what's your project ID? Also, what are the details about your relationship attributes? one/two way? type? etc
Recommended threads
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
