When I try to delete a document from the users database I have, I just get an error which says Server Error. Here are the logs from the console.
DELETE https://appwrite.poena.wilkin.studio/v1/databases/653e3784a84b4c91b0fb/collections/653e37db43cec6d3371a/documents/653e7be5d85da3f14bd8 500 (Internal Server Error)
How can I force delete it?
Do you have any logs from the Appwrite server? You should be able to get more detailed logs that can help us to figure out what's happening
How can I get the logs?
Are you running Appwrite in Docker?
I don't think so - I'm just running it on the Appwrite Cloud Beta
I access it through cloud.appwrite.io
Ah right okay, are you able to share the query that you are using to delete the document?
Thanks for helping!
This looks like it could be an issue with the relationship fields that you're using, do the documents that are in the relationship fields still exist or have they been deleted already?
I think they already exist - but some have been deleted
Is it an issue where when it's trying to delete something that's already been deleted?
That's what it's looking like to me but I'm not 100% sure. Are you able to paste the URL that the failed request is going to? It'll give us an idea as to which collection and document it's having a problem with
Hey @Ryan it must be you - it's deleting now
how weird
i mean, you saw it failing, but it's working now!
thanks - i guess?
Yeah, it could have been an outage on the cloud beta, but I guess if it's working now then great!
Thanks 🙂
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...