Reputation: 11
I have a C# desktop application with MS webview2. In a website that im trying to open gives me this error. ( this is a inspect console error)
An error occurred while retrieving token. DOMException: Registration failed - push service error
anyone know how to solve this issue?
I tried pyview, pyqt5, cefsharp, electron.. every webview gives me this error.
Upvotes: 0
Views: 311
Reputation: 111
Looks like Notification API in WebView2 is still experimental.
See:
https://github.com/MicrosoftEdge/WebView2Feedback/issues/308
Upvotes: 0