You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with web push notifications and have configured sygnal push gateway accordingly. Notifications get delivered to Chrome and Firefox browser clients. However, notifications fail when sending them to Safari browser. The error log is shown below. Has anyone come across this problem when working with apple web push notifications?
web.push.apple.com responded with 403: {"reason":"BadJwtToken"}
The text was updated successfully, but these errors were encountered:
Dainiu5
changed the title
web.push.apple.com responded with 403: {"reason":"BadJwtToken"}
Web push notifications are not working with web.push.apple.com (Safari)
Jun 7, 2023
That looks to me like the client is failing to correctly register for web push with Apple, and so our attempts to push to use the client submitted push key is failing? Basically Apple is saying the pushkey submitted by the client is wrong somehow. Might be worth trying to get a new pushkey from Apple and trying again?
I am working with web push notifications and have configured sygnal push gateway accordingly. Notifications get delivered to Chrome and Firefox browser clients. However, notifications fail when sending them to Safari browser. The error log is shown below. Has anyone come across this problem when working with apple web push notifications?
Error logs:
web.push.apple.com responded with 403: {"reason":"BadJwtToken"}
The text was updated successfully, but these errors were encountered: