Open MkLHX opened 3 years ago
Ok i find the good way.
In the documentation we have to put public vapid key in settings.
But when i do this i'm facing issue, when i use vapid --applicationServerKey instead that works!
So i think there is a misunderstand in the doc about private key, public key and server key....
@MkLHX Thanks. It would be nice if you can update the documentation
@safwanrahman yeah why not, but the true question is this is normal you wrote the code with public key use and today i can use it only with the server key?
Maybe i doing mistake.
I'm ok to PR but if do it, for me we have to change every variable name about vapid_public_key to vapid_public_server_key.
Hello! I'm facing issue about subscription step. On Firefox
On chrome
I generate vapid keys by using python package
py-vapid==1.7.1
by using command
vapid --gen
for public and private keys my settings.py contains:I wrote a view to render django template tags:
my template:
in browser: firefox
chrome
My public key is:
My private key is:
in the template:
i don't now how to better investigage on this issue.