Push notifications delivered but not received on local PWA

0
Hi, I have a PWA app which I am trying to configure to send push notifications. I have followed the instructions here: https://docs.mendix.com/refguide/mobile/using-mobile-capabilities/push-notifications/ for a PWA app.   I am now at the stage of sending a test message.  The 'messages' screen shows the messages as 'sent' and the Console in StudioPro also says the message has been successfully sent.  The site is definitely configured to allow notifications, but I don't see anything popping up.  Any ideas what I'm missing? Could it be because I'm running in local? 
asked
1 answers
0

I found this in another post:

Push notifications get sent, but are only shown if the app is in the background.

 

So when the app (browser-tab) is not active (minimised), the notification will be shown, it wont when you have the app/tab/browser active!

answered