Push notification error

Hey together,

I started building my first app using expo and want to add push notifications.
I followed the guide and used the push notification tool, but it’s always giving an error:

request sent to the server was malformed or contained invalid parameters

Using Postman (with the right headers) I’m getting this error:

{
“data”: {
“id”: “57fe6047-54b4-4b59-83d3-cb350acebbf6”,
“status”: “error”,
“message”: “The request sent to the server was malformed or contained invalid parameters.”,
“details”: {
“fault”: “developer”,
“fcm”: {
“httpStatus”: 404,
“response”: “\n\nNot Found\n\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n

Not Found

\n

Error 404

\n\n\n”
}
}
}
}

I really don’t know how to solve this, can somebody help me?

Hey @andy1996,

Are you saying that trying to send with our Delivery Tool isn’t working either?

Cheers,
Adam

Hi @adamjnav,
sorry for the late reply! Yes, unfortunately it’s not working with the Delivery Tool either…
The token I used (I don’t know for how long the token is valid, but maybe this can help you) is:

ExponentPushToken[jOUVqOLjHW9Q2gaaq7A454]

Best,
Andy

No worries. I’ll let you know what I find out when I get around to testing!

Thanks a lot!

Did you find out anything? :slight_smile:

@adamjnav have you tested the notifications already? Thanks a lot!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.