I tried first time to use messaging to send email message. I created provider for our internal SMTP-server. Then I sent message to one test user. After sending the message and tried to open Messages tab page showed Server Error 500.
I'm using Appwrite 1.6.0 self-hosted and console version is appwrite/console:5.0.16
Docker logs for appwrite contains:
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: 2024-10-08T11:50:26+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
Do you can create a GitHub issue for this? Are you able to reproduce it again in an empty project or similar?
If you have precise reproduction steps, please, put them in the github issue so the team works on solving the bug
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...