You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem. I solved it by switching to HTTPS.
I found this out by calling Notification.requestPermission(); in the Chrome dev console which reported:
[Deprecation] The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
I've not checked the source code, but I suspect this is the reason why notifications don't work over HTTP.
If this is the case, then the error message should be updated to mention HTTPS.
I have enabled notifications in Chrome for the domain where Pimp is installed, but PimpMyLog still shows a read message.
The text was updated successfully, but these errors were encountered: