Hello,
on my self hosted instance (1.6.0) after I tried to use the messaging feature and press "send" for a test message, I get "Error 500" for the messaging tab, I can't access it anymore. In other projects, its still working, only in the one project I tested not anymore. I already restarted the docker container. Does not help.
The error via "docker compose logs appwrite" is:
appwrite | Warning: foreach() argument must be of type array|object, int given in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php on line 5440
appwrite |
appwrite | Warning: foreach() argument must be of type array|object, int given in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php on line 5381
appwrite | [Error] Timestamp: 2025-05-16T12:22:18+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/messaging/messages
appwrite | [Error] Type: Exception
appwrite | [Error] Message: deliveryErrors must be an array of type string
appwrite | [Error] File: /usr/src/code/src/Appwrite/Utopia/Response.php
appwrite | [Error] Line: 630
What can I do to resolve this?
Thanks
Recommended threads
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...