s zee
s zee

Reputation: 17

Error on Advanced Rest Client while sending message

My Advanced Rest Client was working perfectly and sending message. Maybe it send 10 messages, but after that it is showing this message. Please tell me whats wrong with it.

Here is the picture of the error enter image description here

Here is my message body

{
 "to":"/topics/NEWS",
  "data":
  {
    "title":"Eid Notification",
   "img_url":"http://www.pakworkers.com/wp-content/uploads/2017/06/Eid-ul-Fitr-Holidays-Announced-by-Interior-Ministry-of-Pakistan-26-28-June-2017.jpg"
  }

}

Upvotes: 0

Views: 424

Answers (1)

Manjeet Duhan
Manjeet Duhan

Reputation: 117

response is 200 OK so no issues while getting response.

Issue is to change message Id in json from number to string in backend rest application.

Upvotes: 0

Related Questions