Push notification send fails on server with 401 error – Nginx
I am developing KaiOS application with web push notification capability. While following code works on Chrome and current Mozilla it fails on KaiOS. NodeJS code: const push = require('web-push'); const vapidKeys = { publicKey: 'PUBLIC_KEY', privateKey: 'PRIVATE_KEY', }; push.setVapidDetails( '[email protected]',…