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
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...