Rank 3: Container
When I do appwrite push function it ends with error creating function rule. My instance is self hosted 1.9.5 and when the error happens docker logs this:
appwrite | http.request · 17.3ms · 09bc0697
appwrite |
appwrite | level error
appwrite | http.method POST
appwrite | http.path /v1/proxy/rules/function
appwrite | http.response.code 500
appwrite |
appwrite | Utopia\Database\Exception\Structure: Invalid document structure: Unknown attribute: "owner"
appwrite | at /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:5654
appwrite | at /usr/src/code/src/Appwrite/Platform/Modules/Proxy/Action.php:30
appwrite | at /usr/src/code/vendor/utopia-php/database/src/Database/Validator/Authorization.php:177
appwrite | at /usr/src/code/src/Appwrite/Platform/Modules/Proxy/Action.php:30
appwrite | ... 7 more
appwrite |
appwrite | ────────────────────────────────────────────────────────────
Before I got the same error as discussed in this thread https://discord.com/channels/564160730845151244/1522114393179947018
Cli is up to date. Function is written in dart.