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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...