Endpoint: https://fra.cloud.appwrite.io/v1
Project: 6899062700398ffeae4f
Database: threed-dating-db
Notification for user: 689a68dc3e3714d2a204
Title: "New user report: other"
Body: "jsnbdndk sjdjdnd"
Data keys: reportId, reporterUserId, reportedUserId, category
Generated messageId: "New_user_report__other" (22 chars)
Sending push notification...
Push error details: {
"name": "AppwriteException",
"code": 400,
"type": "general_argument_invalid",
"response": {
"message": "Invalid `messageId` param: Parameter must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char",
"code": 400,
"type": "general_argument_invalid",
"version": "1.8.0"
}
}
Native logs detected. Use context.log() or context.error() for better experience.
Notification status updated to: failed
these are the logs of my appwrite functions to send pushnotifications over appwrite messages. i tried everything but i cant get it working bacause of the message id. i tried only numbers randome number and letter combinations, nothing works. i dont know what my issue could be. If u need anything other please notify me
Recommended threads
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...