binascii.Error: Invalid base64-encoded string: number of data characters (41) cannot be 1 more than a multiple of 4
I’m trying to use py-vapid
, pywebpush
, and django-push-notifications
to send notifications via Webpush. When I try to send a test notification from the django admin website, I get this traceback log in the console: