No execution entry on Invalid document structure: Attribute "logs" has invalid type.
- 0
- Databases
- Functions
- Self Hosted
Hi, on my Self-Hosted instance (v1.6.0) 2 of my functions affect a collection which seems to give an error: " Invalid document structure: Attribute "logs" has invalid type. Value must be a valid string and no longer than 1000000 chars" I found out because i gave it to the client calling the function and printed it in debug session. The executions since this error occures are no where to be found in the backend interface (looks as if it was not executed). The functions still do what they should do but because this error is thrown somewhrere they do not return the OK 200 they should so the client throws 'Unknown Errors' to the user.
It reads for me like the log of the collection is to long but i don't know any way to clear the log or allow larger log.
How to solve this?
(already done to no avail:
- restarting the docker containers
- redeploying the functions in question )
wish you all a wonderfull day Dies das
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...