mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-17 20:30:22 -05:00
Login loop after restore #119
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 @Biepa on GitHub (Oct 29, 2018).
Hey, i tried to restore a backup of my database with:
Now i enter my mailadress and my password and then my token for 2FA.
I cklick ok and get redirected to the login form to enter my Masterpassword.
tried a lot of times, but always get redirect.
Did i do something wrong?
This are the last entries from the docker log:
POST /api/accounts/prelogin application/json; charset=utf-8: bitwarden_1 | => Matched: POST /api/accounts/prelogin bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded. bitwarden_1 | POST /identity/connect/token application/x-www-form-urlencoded; charset=utf-8: bitwarden_1 | => Matched: POST /identity/connect/token bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded. bitwarden_1 | POST /identity/connect/token application/x-www-form-urlencoded; charset=utf-8: bitwarden_1 | => Matched: POST /identity/connect/token bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded. bitwarden_1 | POST /api/accounts/prelogin application/json; charset=utf-8: bitwarden_1 | => Matched: POST /api/accounts/prelogin bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded. bitwarden_1 | POST /identity/connect/token application/x-www-form-urlencoded; charset=utf-8: bitwarden_1 | => Matched: POST /identity/connect/token bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded. bitwarden_1 | POST /notifications/hub/negotiate text/plain; charset=UTF-8: bitwarden_1 | => Matched: POST /notifications/hub/negotiate bitwarden_1 | ERROR: Invalid device id bitwarden_1 | => Outcome: Failure bitwarden_1 | => Warning: Responding with 401 Unauthorized catcher. bitwarden_1 | => Response succeeded. bitwarden_1 | POST /identity/connect/token application/x-www-form-urlencoded; charset=utf-8: bitwarden_1 | => Matched: POST /identity/connect/token bitwarden_1 | => Outcome: Success bitwarden_1 | => Response succeeded.@Biepa commented on GitHub (Oct 29, 2018):
🙈 Completely my false. Sorry