XF 2.1 Push notification failure - 403 Forbidden

brunoa

Member
This error started appearing suddenly on my error log (about 5-10 messages of this error per hour). I've tried turning notifications off and on on admin CP, but it didn't help.

Any ideas? Thanks!
  • ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"Client error: POST https:\/\/fcm.googleapis.com\/fcm\/send\/c27x7VPiUjk:APA91bHnNgZmhJvOBFTMaAF5DW6XN5tTYqkgeLpKTRE5ZEwJQlgXx6LwAvj-2kgx8wYfNkWm3T4C0Q6UlDDZTppcN8MvIKVxJ5jDAV2JitwBg_cMLFDtBLl84X04ZLwnLi71z2k6J_nh resulted in a 403 Forbidden response:\nthe key in the authorization header does not correspond to the sender ID used to subscribe this user. Please ensure you (truncated...)\n","statusCode":403,"reasonPhrase":"Forbidden","expired":false,"content":{},"headers":{"Content-Type":["text\/plain; charset=utf-8"],"X-Content-Type-Options":["nosniff"],"X-Frame-Options":["SAMEORIGIN"],"X-Xss-Protection":["0"],"Date":["Tue, 13 Apr 2021 19:53:27 GMT"],"Content-Length":["194"],"Alt-Svc":["h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""]}}
  • src/XF/Error.php:75
 
Top Bottom