Notification late- it happens with only Cloudron deployment- Directus cloud deployment works fine
-
When we trigger the notification through API. it reach the recipient very late
POST /notifications
{
"recipient": "410b5772-e63f-4ae6-9ea2-39c3a31bd6ca",
"subject": "Hi there!"
}To Reproduce
Send the notification through api
check on the recipient side
Errors Shown
No responseWhat version of Directus are you using?
9.7.1What version of Node.js are you using?
16.14.2What database are you using?
PostgresWhat browser are you using?
ChromeHow are you deploying Directus?
Cloudron -
@Jeyakumarrathnaselvi Who is the recipient? A mobile app?
-
@Jeyakumarrathnaselvi Not sure what the issue is. Is there anything in the logs? If you can give me step by step instructions on how to reproduce this (for a person who doesn't know Directus much), I can try to check if this is a packaging bug.