-
Hello.
After UNA 14-RC3 release we found the following issue https://github.com/unacms/una/issues/4930 The fix was applied on this site and Push notifications back to work.
The chages made in RC3 broke the mechanism which puts Push notifications in the queue. It also cause PHP errors on CronTab execution. The problems was fixed in the specified ticket. But in your case notifications are in the queue and the problem is that the profile_id is emplty. It means that all the notifications should be sent to non existed user. So, you need to find out why notifications are generated for Profile with ID = 0. I cannot reproduce the issue on our DEV and Live sites.
-
I think this ticket needs to be reopened and refixed as it still not working correctly even for fresh install.
-
OK. I have another site, that has the same issue (push notifications stuck in queue). When I checked the same table (in the second site) it has correct profile ID but yet, stuck in queue (see image below).
-
Thank you so much @Stephen-Mystic Inam !
Comment to 14-RC3 issue: Push notification NOT working