B4J Question Internal error encountered.

schimanski

Well-Known Member
Licensed User
Longtime User
Can anyone do something with the following error message? It occurs when different devices are pushed by the server according to the Firebase 2023+ principle. Despite the message, the devices seem to be pushed without any problems.

B4X:
ResponseError. Reason: , Response: {
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL",
    "details": [
      {
        "@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError" [type.googleapis.com],
        "errorCode": "INTERNAL"
      },
      {
        "@type": "type.googleapis.com/google.firebase.fcm.v1.ApnsError" [type.googleapis.com]
      }
    ]
  }
}
 

DonManfred

Expert
Licensed User
Longtime User
How can anyone help without the full code who sends the notification?

Note that Google has changed something and you have to use the updated sending-code from the B4J project to send Notifications.

See
 
Upvote 0

schimanski

Well-Known Member
Licensed User
Longtime User
How can anyone help without the full code who sends the notification?

Note that Google has changed something and you have to use the updated sending-code from the B4J project to send Notifications.

See
Yes, as i told before, i'm using the same sending-code. I must have expressed myself misleadingly.
 
Upvote 0
Top