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 observed the process hanging on for a very long time on several occasion, that I believe were related with pushing to https://web.push.apple.com/....
With debug turned on I could not reproduce the delayed response, but I noticed 403 Forbidden responses from Apple.
Is the bundle known to work with Apple ?
And to prevent hanging response, what about adding a timeout in sendAsync options at src/Sender/PushMessageSender.phpL93 ?
The text was updated successfully, but these errors were encountered:
But in my context (CLI consumer execution, no request), there is no request and the fallback was not working.
Explicitly setting the subject in the config did the trick.
It could be worth trying to find a more robust fallback, or at least adding a mention in the docs.
121593
pushed a commit
to 121593/webpush-bundle
that referenced
this issue
May 24, 2024
I observed the process hanging on for a very long time on several occasion, that I believe were related with pushing to
https://web.push.apple.com/...
.With debug turned on I could not reproduce the delayed response, but I noticed
403 Forbidden
responses from Apple.Is the bundle known to work with Apple ?
And to prevent hanging response, what about adding a timeout in
sendAsync
options atsrc/Sender/PushMessageSender.phpL93
?The text was updated successfully, but these errors were encountered: