-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.crypto.subtle
is undefined when saving note
#73
Comments
What browser (and version) are you using? |
Firefox 97.0 |
That's weird, I can't reproduce that error. Can you please show a screenshot of your DevTool's console? And can you please try in a different browser and / or incognito window? |
Can you please try whether the demo instance (link in the readme) is working for you? |
Yes, it works fine. |
Alright, so I learned that
Didn't know about that, so thanks for bringing this up! I guess the only solution for you would then be to use TLS encryption (with a self-signed cert), as described at https://github.com/muety/mininote#use-https-for-backend. |
window.crypto.subtle
is undefined when saving note
Ok, thanks for checking that up for me, can you just explain me this step? -Launch the backend server -> To switch back to the HTTP server, nullify either field and relaunch again. Thanks once again |
Yes, so first, create a certificate (and private key), as described here for Linux (for Windows, best use the Linux subsystem to create the cert and then copy over the files to your Windows filesystem). Then point the two |
Ok, i'm already using Ubuntu, and i'm aware of the procedure for creating the certificate, it was just the "nullify either field" that i didn't got. |
I don't know if i should open another issue, but if you say so i'll do it. |
Please open another issue, preferably with OS- and browser version and a screenshot. |
Hi, as the title says i get this error when trying to save a note.
Tried to run in docker and with yarn, same result.
Thanks in advance
The text was updated successfully, but these errors were encountered: