Skip to content
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

TypeError: webCrypto is undefined #738

Open
MissingDLL opened this issue Jan 8, 2024 · 1 comment
Open

TypeError: webCrypto is undefined #738

MissingDLL opened this issue Jan 8, 2024 · 1 comment

Comments

@MissingDLL
Copy link

MissingDLL commented Jan 8, 2024

I have installed the container via the basic exmaple. I have changed the environment variables from localhost to my servers ip. After that i could see the sign-up screen (email is not send out when adding but you can check for the activate code in the server log).
Wenn setting a password i do the the following error:
webCrypto is undefined

When checking the console logs it shows:

Uncaught (in promise) TypeError: webCrypto is undefined
    generateKey crypto.ts:43
    initialize account.ts:155
    signup app.ts:670
    _confirmPassword login-signup.ts:515
    render login-signup.ts:975
    handleEvent lit-html.js:1192
Promised response from onMessage listener went out of scope
@larshg
Copy link

larshg commented Jan 9, 2024

Look at the same already answered issue here #723.

You need to host it over https so there is a security context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants