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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...