Intermittent API Connection Errors in Kreait\Firebase\Messaging\CloudMessage::sendAll #943
Replies: 3 comments 1 reply
-
Hello, I have encountered the same error as well. Although it's not listed in the error code documentation, it seems there might be times when the FCM server temporarily returns an HTTP 502 (Bad Gateway) due to server-side issues. |
Beta Was this translation helpful? Give feedback.
-
Are you using the latest 7.x version of the SDK? Earlier versions use the deprecated/shut-down legacy API of FCM and shouldn't work at all 🤔 |
Beta Was this translation helpful? Give feedback.
-
I'm using SDK version 7.13. This issue occurs only rarely, not with every request. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I’ve been encountering intermittent errors while using the Kreait\Firebase\Messaging\CloudMessage::sendAll method to send messages. Occasionally, I see the following errors in the report's Failures section:
Why are these errors occurring? Has anyone else experienced this issue or found a solution? Any advice or insights would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions