Request contains an invalid argument #918
Replies: 1 comment 9 replies
-
Hey Pablo, I think this could have something to do with Firebase expiring tokens that have been inactive for more than 270 days.
This would explain why the first message reports an invalid field (the expired token), and after that the "Not found" error. One way I could think of resolving this issue is to send a message with the If you're using the latest release, the Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi Jerome, how are you doing?
Some customers are presenting an issue when sending push notifications to their users's devices.
The response when trying to send the message to some of the targeted devices is "Request contains an invalid argument", that doesn't give much to work with. For others is a success, using the same payload.
The message data seems to be created correctly, since otherwise it would fail for every device.
Another thing is that when this happens, the next push notification sent targeting the same devices, now returns a "Requested entity not found error" for each time the previous error happen, which apparently means that the error made the tokens be deleted from Firebase.
We were using version 5.x and recently updated to 7.10, but the issue happened while using both versions.
I keep investigating but i'm currently out of ideas.
Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions