Web Push API Chrome, returning “Unauthorized Registration”

前端 未结 3 1771
小鲜肉
小鲜肉 2021-01-11 12:54

I\'ve been doing a google tutorial on how to send web push notifications on Chrome using web-push node module.

The thing is, the tutorial also provides a companion s

3条回答
  •  感动是毒
    2021-01-11 13:32

    Check the field gcm_sender_id in your manifest.json file if it matches exactly with the gcm_sender_id in your google account. I faced a similar problem before and this was the solution to my problem.

提交回复
热议问题