mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1407] Error during registration #945
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#945
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelmittermair on GitHub (Feb 19, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1407
I'm using the this docker image on my synology nas. After successfull setup I'm getting an error during registration.
core.js:4127
ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'importKey' of null
TypeError: Cannot read property 'importKey' of null
at e. (webCryptoFunction.service.ts:47)
at main.c9c57acc9b845fdb9052.js:1
at Object.next (main.c9c57acc9b845fdb9052.js:1)
at main.c9c57acc9b845fdb9052.js:1
at new t (zone.js:913)
at r (main.c9c57acc9b845fdb9052.js:1)
at e.pbkdf2 (main.c9c57acc9b845fdb9052.js:1)
at e. (crypto.service.ts:319)
at main.c9c57acc9b845fdb9052.js:1
at Object.next (main.c9c57acc9b845fdb9052.js:1)
at w (zone.js:832)
at zone.js:739
at s (main.c9c57acc9b845fdb9052.js:1)
at t.invoke (zone.js:386)
at Object.onInvoke (core.js:28144)
at t.invoke (zone.js:385)
at e.run (zone.js:143)
at zone.js:891
at t.invokeTask (zone.js:421)
at Object.onInvokeTask
Therefore, an registration is not possible.