D5Original post
Moderator
I'm seeing that error randomly in my appwrite main container logs
Full error:
Plain text
appwrite | [Error] Message: Document with the requested ID could not be found.appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.phpappwrite | [Error] Line: 3161appwrite |appwrite | Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /usr/src/code/app/controllers/api/account.php on line 1241Summary
Error message "Deprecated: json_decode(): Passing null to parameter #1 ($json)" seen randomly in appwrite main container logs. Error is related to a null `user` parameter. Check for any issues with auth/authentication operations. Solution: Investigate source code for null `user` parameter.