WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 281155
282134
REGRESSION Web Push Notifications stopped working on Safari 18
https://bugs.webkit.org/show_bug.cgi?id=282134
Summary
REGRESSION Web Push Notifications stopped working on Safari 18
collimarco91
Reported
2024-10-26 05:05:38 PDT
Web Push Notifications no longer work in Safari v18. See this demo for example:
https://pushpad.xyz/demo
Notifications have always been working fine. However today I have upgraded Safari and notifications no longer work. You get the permission prompt but then the returned subscription is always null... Other people have reported similar bugs here a few days ago:
https://stackoverflow.com/questions/79082843/cant-use-pushapi-on-macos-safari-returned-endpoint-is-an-empty-string
Please inspect this major issue that completely prevents the usage of push notifications.
Attachments
Add attachment
proposed patch, testcase, etc.
collimarco91
Comment 1
2024-10-26 06:58:52 PDT
I fixed the issue with Safari 18 by *upgrading to MacOS Sequoia*. Now notifications work fine again.
Alexey Proskuryakov
Comment 2
2024-10-28 09:39:41 PDT
Tank you for the report. What OS version were you using before that?
Ben Nham
Comment 3
2024-10-28 09:44:08 PDT
Hi, we are aware of this issue and are working to fix it. Basically, there's a missing code signing attribute in the webpushd installed in the Safari 18 update which is causing it to use the wrong version of WebKit on older macOS (i.e. pre-Sequoia). The missing attribute has no effect on Sequoia. Marking as duplicate of 281155. *** This bug has been marked as a duplicate of
bug 281155
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug