web-push-libs / web-push-php

Web Push library for PHP
MIT License
1.68k stars 295 forks source link

404 errors increased dramatically after 20 June 2024 #405

Open ozgurhangisi opened 3 weeks ago

ozgurhangisi commented 3 weeks ago

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.

Minishlink commented 3 weeks ago

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?

ozgurhangisi commented 3 weeks ago

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?

Minishlink commented 3 weeks ago

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?