mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1091] bitwardenrs/server-mysql:latest (1.16.3): [ERROR] thread 'unnamed' panicked #772
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#772
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 @itsthejb on GitHub (Aug 10, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1091
Subject of the issue
On attempt to login (app or web) seeing the following error in the console:
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@dani-garcia commented on GitHub (Aug 11, 2020):
Very strange error, it seems to happen when we are trying to retrieve the user from the database a second time, and that second one is failing. I've removed the redundant query in
github.com/dani-garcia/bitwarden_rs@29c6b145ca, which is going to be available in the testing docker image in a couple of hours once its built.@itsthejb commented on GitHub (Aug 13, 2020):
Hi @dani-garcia,
Thanks for your response. Just trying the testing image
bitwardenrs/server-mysql:testingand now getting:@jjlin commented on GitHub (Aug 15, 2020):
This might be related to the various other MySQL-related issues reported recently. Is this a new installation? Were there other errors in the log? What happens if you use
mariadb:10.3instead oflatest?@itsthejb commented on GitHub (Aug 19, 2020):
@jjlin No, not new; has been running for some time here (months, year?). I tried going back to Mariadb 10.3, but then my database is not readable:
@BlackDex commented on GitHub (Oct 9, 2020):
@itsthejb do you still have issues using the very latest testing tagged version?
@BlackDex commented on GitHub (Oct 30, 2020):
Closing this ticket because of inactivity and the issue should be resolved in the latest version.
Please reopen if needed.