zaru / webpush

webpush, Encryption Utilities for Web Push protocol
MIT License
394 stars 73 forks source link

Push messages silently fail in Safari 16.4 on Mac OS Ventura #112

Closed timokleemann closed 1 year ago

timokleemann commented 1 year ago

Hi. I managed to setup this gem with my Rails application & I can send push notifications to both Chrome and Firefox now. (Yeah!)

However, unfortunately, push notifications to Safari (version 16.4 on Mac OS Ventura) are still (silently!) failing.

When I send a test message from the console, I get always get a success message like this...

#<Net::HTTPCreated 201 Created readbody=true>

...even when sending to Safari. However, the message then never pops up in Safari, despite having notifications enabled all over the place (in Safari settings, Mac OS settings, etc.).

What am I missing here?

timokleemann commented 1 year ago

OK, it works now for some crazy reason after I restarted my computer. I guess we can close this issue.