mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #837] Cannot register on raspberry pi, "unexpected error" #37826
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 @rekesz4 on GitHub (Jan 30, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/837
Subject of the issue
First of all, thanks for the assist with the ADMIN_TOKEN problem. If I input a password for the token I had to set a few of the SMTP variable regardless of the DISABLE_ADMIN_TOKEN. My current issue is that I cannot register, I get the following error message:
I think I originally started using bitwarden_rs in September 2019 and I didn't have these issues.
Your environment
Steps to reproduce
Run bitwarden_rs via docker-compose and try to register.
Expected behaviour
Ability to register
Actual behaviour
Get "unexpected error" on webpage
Relevant logs
@dani-garcia commented on GitHub (May 13, 2020):
Sounds like it's trying to send an email while registering and failing, make sure the SMTP config is correct in the admin panel with the test smtp button.