Skip to content
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

Closed
mrbohnke opened this issue May 9, 2023 · 4 comments
Closed

Web Push Notifications not working for Chrome on M1 Mac (arm64) #1034

mrbohnke opened this issue May 9, 2023 · 4 comments

Comments

@mrbohnke
Copy link

mrbohnke commented May 9, 2023

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.

@emawby
Copy link
Contributor

emawby commented May 11, 2023

@mrbohnke Thank you for reporting I do not believe that this is a known issue we will investigate

@mrbohnke
Copy link
Author

mrbohnke commented May 17, 2023

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).
When set to false, it does work on every architecture. When set to true, it doesn't work on the arm64 build for M1 Mac machines. May it be a bug on their side (Chromium)?

@jkasten2
Copy link
Member

jkasten2 commented Jul 28, 2023

@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:
https://bugs.chromium.org/p/chromium/issues/detail?id=1064641#c11

@jkasten2
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants