web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

Error 403 for chorme #206

Open vanpham1411 opened 11 months ago

vanpham1411 commented 11 months ago

I use only one vapid key for all subscribe but half of them send success, the other response: the VAPID credentials in the authorization header do not correspond to the credentials used to create the subscriptions. with CHROME i use vapid key gen by https://github.com/web-push-libs/vapid i try in node web-push , it response this error, too so what should i do, please help me. thank you