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
We see a few delivery errors (Webpush::ResponseError) from our logs for the Windows Push Notification Services (WNS):
host: wns2-sg2p.notify.windows.com, #<Net::HTTPNotAcceptable 406 Not Acceptable readbody=true>
body:
All the browsers that we have tested on Windows 11 (including Edge - v105) work properly. The notifications are delivered successfully and no exception is raised.
This is probably some misconfiguration in a specific server of WNS, some transient errors on WNS or some strange browser version that doesn't work properly (e.g. returning wrong push subscriptions that create an anomalous response from WNS).
In any case I open this issue in case anyone can reproduce this problem or has more information.
The text was updated successfully, but these errors were encountered:
We see a few delivery errors (
Webpush::ResponseError
) from our logs for the Windows Push Notification Services (WNS):All the browsers that we have tested on Windows 11 (including Edge - v105) work properly. The notifications are delivered successfully and no exception is raised.
This is probably some misconfiguration in a specific server of WNS, some transient errors on WNS or some strange browser version that doesn't work properly (e.g. returning wrong push subscriptions that create an anomalous response from WNS).
In any case I open this issue in case anyone can reproduce this problem or has more information.
The text was updated successfully, but these errors were encountered: