I am trying to delete a document. this is the code:
database.delete_document(database_id, tag_collection_id, to_delete_id)
The document is deleted correctly, but the function throws the following exception: KeyError('content-type'). Digging into the sdk with a debugger, it looks like the response of the server does not include 'content-type' in the header, while the request library expects it to be there. Any idea why?
Recommended threads
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...