mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Unable to confirm email addresses on new install #751
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 @ChrisWiegman on GitHub (Jul 22, 2020).
Subject of the issue
On a new setup, I am unable to configure any email addresses. The log displays the following:
Your environment
Steps to reproduce
Expected behaviour
Clicking the verification link should verify the email address
Actual behaviour
Email address is not verified
Relevant logs
@skywiley commented on GitHub (Aug 8, 2020):
I am running into this same issue using almost exactly the same setup.
I switched from MariaDB 10.5.4 to MySQL 5.7 (mysql:5.7 docker image) and everything worked as intended. Although personally would like to stick with MariaDB.
If I had to guess, maybe related to #1081?
@jobec commented on GitHub (Aug 9, 2020):
I had the same issue.
You can stick with MariaDB, just set the database image to
mariadb:10.3It seems that's the version compatible with MySQL 5.7.
@ChrisWiegman commented on GitHub (Aug 11, 2020):
I'm afraid downgrading to an older version of the DB is not a solution in this instance. Hopefully it can be fixed with current versions of MariaDB
@smerschjohann commented on GitHub (Aug 26, 2020):
The current workaround for me is to disable the constraint checks.
@peterneutron commented on GitHub (Sep 20, 2020):
Same issue when adding an attachment,