Hello everyone,
After self-hosted install it is not possible to make first admin login because of an error username/password is incorrect. please try again.
I am running Bitwarden 2023.2.1 on Ubuntu 20 using MSSQL that is running on host (not dockerized). I did edit global override env
correctly and there is nothing in logs to check what is the root problem.
Docker containers are healthy and running updatedb
is successful. SMTP settings should be correct too as far as I know (I’m using Office365 SMTP and relay turned on). DNS records are set and letsencrypt installed.
last lines from API logs
2023-03-02 08:00:00.009 +00:00 [Information] Starting job “AliveJob” at 03/02/2023 08:00:00.
2023-03-02 08:00:00.009 +00:00 [Information] It’s alive!
2023-03-02 08:00:00.009 +00:00 [Information] Finished job “AliveJob” at 03/02/2023 08:00:00.
2023-03-02 08:00:00.075 +00:00 [Information] Finished job “EmergencyAccessNotificationJob” at 03/02/2023 08:00:00.
2023-03-02 08:00:00.077 +00:00 [Information] Finished job “EmergencyAccessTimeoutJob” at 03/02/2023 08:00:00.
I tried to restart bitwarden.sh but no luck.
Does anyone got an idea why Bitwarden is not letting me sign in first time using adminSettings
set in global.override.env
? And where to start troubleshooting?