pnjo23 Hi Ryan, For some reason I cannot get this to work. I have gone through all steps to install, I can see a connection to the pusher account, have allowed notifications but none are coming through. Your help much appreciated.
ryanmitchell Check your ad blocker isnt blocking pusher. Check the logs for any errors and if there aren’t any It’s definitely something on the browser side.
pnjo23 Double checked the browser settings. All Ad Blockers disabled, URL added to allowed lists. Still nothing. Am I doing something wrong with Pusher? https://ibb.co/F04nbdh
pnjo23 ryanmitchell Hi so notifications are coming through but still no pop-up or chime. All I get is a basic notification not a pop-up. All Browser settings allowed (notification comes through) but no pop or chime. I bought the Order Approver extension as well - same problem. Your help much appreciated.
iulian-cravet Check that the queue drivers are configured to run as sync or run your workers. If I’m not mistaken, this runs as a queued process.
iulian-cravet pnjo23 Yes, QUEUE_CONNECTION. For me is sync in the .env file. If you don’t have one just create it and it should get picked up. Or use workers if you have any other driver and a lot of stuff happening. Then you probably would be better off with queues. But having all the config stuff in the .env is good practice. (As I’m sure you know. I’m just re-iterating things for other people who might overlook this)
pnjo23 iulian-cravet This fixed it (along with problems sending order notifier emails) QUEUE_CONNECTION changed to sync from database. Thanks much
jianing Thanks a lot iulian-cravet! I finally got this extension working by following this step and I suggest ryanmitchell to put this in the extension description in case anyone missed it. As for the sound chime @pnjo23, I just tested it and it indeed works for me. Can you check your browser (permission) settings and confirm that Sounds are allowed to play automatically?
ryanmitchell What browser are you using? Have you selected a location from the user menu in the admin panel? Super admins don’t get notifications without selecting the location
pnjo23 ryanmitchell Tested on Chrome, Firefox and Edge. All same results. Also tested as “Manager” user besides “SuperAdmin”. Same result with all options. Running out of ideas now.