I'm seeing that error randomly in my appwrite main container logs
Full error:
TypeScript
appwrite | [Error] Message: Document with the requested ID could not be found.
appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php
appwrite | [Error] Line: 3161
appwrite |
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 1241
TL;DR
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.any auth / oauth operations?
as per current source, there's an attempt to get a user param but its apparently null.
Hmmm could be
Recommended threads
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...
- Self-hosted 1.9.0 — what's the canonical...
Self-hosted 1.9.0 — canonical way for functions to call the API on the same host? Setup: Go functions on self-hosted 1.9.0. Public domain via traefik, valid LE...