mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #663] Authenticator setup not working #450
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#450
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 @msdev11 on GitHub (Oct 13, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/663
Whenever I try to setup an Authenticator app and enter the 6 digit code, the interface gives be an error "NoneError". And the log files show the error below. I've looked through the code and can't see where this is coming from. Email 2FA works without issues.
[2019-10-13 20:40:58][rocket::rocket][INFO] PUT /api/two-factor/authenticator application/json; charset=utf-8:
[2019-10-13 20:40:58][_][INFO] Matched: PUT /api/two-factor/authenticator (activate_authenticator_put)
[2019-10-13 20:40:58][bitwarden_rs::error][ERROR] NoneError.
@BlackDex commented on GitHub (Oct 13, 2019):
Strange, i just tried it my self again.
And i Also get an error. Will look into it asap.
@BlackDex commented on GitHub (Oct 13, 2019):
Found the issue, trying to fix and create a pr asap
@msdev11 commented on GitHub (Oct 13, 2019):
Thanks for looking into this so quickly and getting is resolved. Much appreciated!
@mprasil commented on GitHub (Oct 14, 2019):
PR merged, closing this. Feel free to reopen if problem persists.