
Hi, im trying to delete a document but im getting server error..
network logs
TypeScript
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "1.4.9"
}
appwrite logs
TypeScript
[Error] Timestamp: 2023-11-11T08:36:28+00:00
[Error] Method: DELETE
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId
[Error] Type: Error
[Error] Message: Call to a member function getId() on null
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 3924
TL;DR
User is experiencing a server error when trying to delete a document. The error message suggests a problem with the appwrite database. The error log indicates a "Call to a member function getId() on null" error. There is no solution provided in the thread.
What's your setup and what's the data?
Recommended threads
- 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-...
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
