-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Push Notifications not working for Chrome on M1 Mac (arm64) #1034
Comments
@mrbohnke Thank you for reporting I do not believe that this is a known issue we will investigate |
Not sure since I'm not an expert, but I just discovered that this seems to be related to the "persistNotification" setting ("requireInteraction" on Web Push API). |
@mrbohnke This problem is most likely that one of the Notification permissions are not enabled for Chrome on the macOS level. See the comment #711 (comment) more details. Chromium issue: |
Closing due to no response, please feel free to open a new issue if you are still running into this problem. Link to this issue if you do so. |
Is this known? maybe I'm doing something wrong?
Site with "Typical Site" setup for push notifications on Web Configuration settings.
Tested now on seven computers (all macOS Ventura 13.3.1, Chrome 113.0.5672.63, no extensions, notifications allowed and otherwise totally functional):
Notifications work as expected on all x86 machines, but not on arm ones. Notifications also work on all the other browsers I tested in all the computers. Using the console logging options (as reflected on troubleshooting documentation) you can see that notification information is being received to some extent, but the notifications themselves are not being triggered.
Would appreciate your advice,
Cheers.
The text was updated successfully, but these errors were encountered: