mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 08:54:01 -05:00
Error during registration #941
Reference in New Issue
Block a user
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).
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.