pusher / docs

The all new Pusher docs, powered by @11ty and @vercel
https://pusher.com/docs
8 stars 15 forks source link

Pusher Beams | Face issues with Safari #321

Closed deeshinde closed 6 months ago

deeshinde commented 7 months ago

Pusher Beams web push works fine with Chrome. Have followed the setup for Safari, but do not get the prompt to enable permissions in Safari. No notifications received on Safari.

In client code , i have tried with versions 2.0.1 , 2.0.0-beta.

I get below error in the console . I have called .start on component load inside Effect hook :

"Unhandled Promise rejection:"Could not add Device Interest. SDK not registered with Beams. Did you call .start?""; Zone:""<root>""; Task:""Promise.then""; Value:" 
Error: Could not add Device Interest. SDK not registered with Beams. Did you call .start? "
benw-pusher commented 7 months ago

Could you share the code in use?

deeshinde commented 6 months ago

Was able to resolve this