pusher / push-notifications-web

Beams Browser notifications
MIT License
39 stars 19 forks source link

PushNotification not working on brave browser #65

Open xicond opened 4 years ago

xicond commented 4 years ago

PushNotification not working on brave browser It's chromium, and asked permission normally, then allowed, and resulted this

DOMException: Registration failed - push service error

the worker is running, but why need throw error, stopping the promise to be continue

rebers commented 3 years ago

This issue continues to persist. Just ran into the same thing.

Works fine on Chrome/Firefox, but not on Brave.

Any solutions?

rmi111 commented 2 years ago

Same issue here, please look into this.

Also which browsers are supported for pusher beams? any list of supported browser available?

wardloockx commented 2 years ago

Is there more news on this issue? We are experiencing the same.

codenester commented 2 years ago

You guys need to enable "Google service for push messaging" in Brave privacy and security settings.

pinturic commented 1 year ago

@codenester Yes completely right! After enabling them it worked.

Aswinthgt commented 1 year ago

@codenester how to achieve this in programmatically

gurumaxi commented 12 months ago

Same issue here, is there a way to enable this by default?

gurumaxi commented 12 months ago

Same issue here, is there a way to enable it programmatically?

codenester commented 11 months ago

@Aswinthgt @pinturic , I don't think it's possible rn, it's brave's settings, by default it's disabled.

Aswinthgt commented 9 months ago

@codenester Do You have any alternative option for that?