developergb19
developergb19
Is there any solution for this problem found? I recieve the same error for different notifications. I dont use GCM. Could the problem be as a result of the VAPID...
use in php json_encode($object) and after in serviceWorker.js ``` const sendNotification = function(data) { let info = JSON.parse(data); // this is decode php string return self.registration.showNotification( info.title, { icon: info.image,...
Hi. During sending the notifications we also get a lot of error messages with code 403. All solutions that we found in the Net leads us to GCM. It's not...