Open WagnerMoreira opened 2 years ago
I was just looking for this as well.
You need to catch and manage properly all the various exceptions raised by this gem: https://github.com/zaru/webpush/blob/master/lib/webpush/errors.rb
And here you can find a list of the most common web push errors that you should handle: https://blog.pushpad.xyz/2022/04/web-push-errors-explained-with-http-status-codes/
Thanks @collimarco !
How do we handle errors when payload_send() fails?