Hi @faciam
When I looked into your website, I noticed that you are using WebPushr for push notifications. Currently, SuperPWA only supports OneSignal for push notifications and won’t work perfectly if any other push notification is used within the website.
It’s mainly because SuperPWA and push notification work with the help of a file called service worker. Moreover, only one service worker can only be registered for a website over the Browser end. Most of the push notification register their service worker file even before SuperPWAs registration process and this causes the issue.
On the case of OneSignal push notification, SuperPWA is made to compatible to support both by registering a single service worker file.
Hope I shared some information to help you.