django-webpush
django-webpush copied to clipboard
Subscribe button not working
, I followed the steps in the README and believe i have my project setup correctly however when i click on the subscribe to push_notifications button i revive the following error in my developer tools console.
@Julian7312 I had the same issue, it seems that there is a problem with taking the user_agent json post data. Can you try to install from my repo to see if it works? https://github.com/jialutu/django-webpush
pip install https://github.com/jialutu/django-webpush/archive/refs/heads/master.zip
Created pull request https://github.com/safwanrahman/django-webpush/pull/130