0
votes

In my symfony project i use the bundle Sly Notification Pusher to send pushnotification on ios and android device, until today everything work great ! But right now i have a big problem, when i send a push notification i have this error : "400 bad request : invalid message "

When i try to debug i have see that the push function return this error. "3" not display in debug mode

I have read the documentation and follow the syntax but the problem is the same, our application used this code since 1 year and today we can't use push notification due to this problem.

Please help us !

Thank you in advance !

1

1 Answers

0
votes

Can you dump the message you are trying to send it may contain invalid characters or it exceeded the maximum size allowed for a notification (payload is 256 bytes).