We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we handle errors when payload_send() fails?
The text was updated successfully, but these errors were encountered:
I was just looking for this as well.
Sorry, something went wrong.
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 !
No branches or pull requests
How do we handle errors when payload_send() fails?
The text was updated successfully, but these errors were encountered: