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
- cookie issues
hi there, im currently implementing auth to my sveltekit app, but for some reason it doesnt save to the cookies, it gets saved to the localstorage, and the sess...
- getFileView() returns 401 Unauthorized e...
Description: I’m encountering a 401 Unauthorized error when attempting to access a file URL returned by storage.getFileView(...), even though the user is authe...
- Creating or modifying enum attributes in...
Currently on the new version, it is kind of hard to create or modify enum attributes in gui because the text clips out when there is too many or too long elemen...
