web-push-libs / web-push-php

Web Push library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 errors increased dramatically after 20 June 2024

ozgurhangisi opened this issue · comments

Hello,

We are a push provider company and we have lots of clients. Our old clients has so many (almost %40-50 of total subscribers ) 404 errors after 20 june 2024. We don't use firebase api, we directly send webpushes via VAPID. Does anyone experienced similar problem? We have no problem with new clients.

Hello, are these endpoints like https://fcm.googleapis.com/fcm/send ? Cf. https://firebase.google.com/support/faq?hl=fr#fcm-23-deprecation I would assume they didn't come back to the website and you didn't receive the new google endpoint?

Hello, yes all of the chrome endpoints starts with https://fcm.googleapis.com/fcm/send.

But new endpoints also starts with https://fcm.googleapis.com/fcm/send. So Does that mean that all of our clients endpoints will be expired?

It doesn't look like it https://stackoverflow.com/questions/77957644/will-fcm-ditch-the-support-of-web-push-protocol
Maybe the 404s were a temporary regression on their side?