webpush fails with new jwt and Chrome.
GrandVizierOlaf opened this issue · 2 comments
GrandVizierOlaf commented
The jwt gem was just updated to version 2.0.0 and that version causes webpush to no longer send push messages to Chrome.
I had to downgrade jwt to version 1.5.6 for Chrome to start working again so it would be nice to include that in the Gemfile of webpush for now. I can create a PR if you agree.
KeithP commented
We hit this issue too
zaru commented
@GrandVizierOlaf Thenks for the report.
It would be very helpful if you create PR.