Unable to login on first startup (with system boot) #18

Closed
opened 2025-07-08 08:37:33 -04:00 by AtHeartEngineer · 0 comments

Originally created by @helltraitor on 7/1/2025

Vaultwarden Support String

Your environment (Generated via diagnostics page)

  • Vaultwarden version: v1.34.1
  • Web-vault version: v2025.5.0
  • OS/Arch: linux/x86_64
  • Running within a container: true (Base: Alpine)
  • Database type: SQLite
  • Database version: 3.49.2
  • Uses config.json: true
  • Uses a reverse proxy: true
  • IP Header check: true (X-Real-IP)
  • Internet access: true
  • Internet access via a proxy: false
  • DNS Check: true
  • Browser/Server Time Check: true
  • Server/NTP Time Check: true
  • Domain Configuration Check: true
  • HTTPS Check: true
  • Websocket Check: true
  • HTTP Response Checks: true

Config & Details (Generated via diagnostics page)

Show Config & Details

Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN

Config:

{
  "_duo_akey": null,
  "_enable_duo": true,
  "_enable_email_2fa": false,
  "_enable_smtp": true,
  "_enable_yubico": true,
  "_icon_service_csp": "",
  "_icon_service_url": "",
  "_ip_header_enabled": true,
  "_max_note_size": 10000,
  "_smtp_img_src": "***:",
  "admin_ratelimit_max_burst": 3,
  "admin_ratelimit_seconds": 300,
  "admin_session_lifetime": 20,
  "admin_token": "***",
  "allowed_connect_src": "",
  "allowed_iframe_ancestors": "",
  "attachments_folder": "data/attachments",
  "auth_request_purge_schedule": "30 * * * * *",
  "authenticator_disable_time_drift": false,
  "data_folder": "data",
  "database_conn_init": "",
  "database_max_conns": 10,
  "database_timeout": 30,
  "database_url": "***************",
  "db_connection_retries": 15,
  "disable_2fa_remember": false,
  "disable_admin_token": false,
  "disable_icon_download": false,
  "domain": "*****://*********************************",
  "domain_origin": "*****://*********************************",
  "domain_path": "",
  "domain_set": true,
  "duo_context_purge_schedule": "30 * * * * *",
  "duo_host": null,
  "duo_ikey": null,
  "duo_skey": null,
  "duo_use_iframe": false,
  "email_2fa_auto_fallback": false,
  "email_2fa_enforce_on_verified_invite": false,
  "email_attempts_limit": 3,
  "email_change_allowed": true,
  "email_expiration_time": 600,
  "email_token_size": 6,
  "emergency_access_allowed": true,
  "emergency_notification_reminder_schedule": "0 3 * * * *",
  "emergency_request_timeout_schedule": "0 7 * * * *",
  "enable_db_wal": true,
  "enable_websocket": true,
  "enforce_single_org_with_reset_pw_policy": false,
  "event_cleanup_schedule": "0 10 0 * * *",
  "events_days_retain": null,
  "experimental_client_feature_flags": "",
  "extended_logging": true,
  "helo_name": null,
  "hibp_api_key": null,
  "http_request_block_non_global_ips": true,
  "http_request_block_regex": null,
  "icon_blacklist_non_global_ips": true,
  "icon_blacklist_regex": null,
  "icon_cache_folder": "data/icon_cache",
  "icon_cache_negttl": 259200,
  "icon_cache_ttl": 2592000,
  "icon_download_timeout": 10,
  "icon_redirect_code": 302,
  "icon_service": "internal",
  "incomplete_2fa_schedule": "30 * * * * *",
  "incomplete_2fa_time_limit": 3,
  "increase_note_size_limit": false,
  "invitation_expiration_hours": 120,
  "invitation_org_name": "Vaultwarden",
  "invitations_allowed": true,
  "ip_header": "X-Real-IP",
  "job_poll_interval_ms": 30000,
  "log_file": null,
  "log_level": "info",
  "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f",
  "login_ratelimit_max_burst": 10,
  "login_ratelimit_seconds": 60,
  "org_attachment_limit": null,
  "org_creation_users": "",
  "org_events_enabled": false,
  "org_groups_enabled": false,
  "password_hints_allowed": true,
  "password_iterations": 600000,
  "push_enabled": false,
  "push_identity_uri": "https://identity.bitwarden.com",
  "push_installation_id": "***",
  "push_installation_key": "***",
  "push_relay_uri": "https://push.bitwarden.com",
  "reload_templates": false,
  "require_device_email": false,
  "rsa_key_filename": "data/rsa_key",
  "send_purge_schedule": "0 5 * * * *",
  "sendmail_command": null,
  "sends_allowed": true,
  "sends_folder": "data/sends",
  "show_password_hint": false,
  "signups_allowed": false,
  "signups_domains_whitelist": "",
  "signups_verify": false,
  "signups_verify_resend_limit": 6,
  "signups_verify_resend_time": 3600,
  "smtp_accept_invalid_certs": false,
  "smtp_accept_invalid_hostnames": false,
  "smtp_auth_mechanism": null,
  "smtp_debug": false,
  "smtp_embed_images": true,
  "smtp_explicit_tls": null,
  "smtp_from": "",
  "smtp_from_name": "Vaultwarden",
  "smtp_host": null,
  "smtp_password": null,
  "smtp_port": 587,
  "smtp_security": "starttls",
  "smtp_ssl": null,
  "smtp_timeout": 15,
  "smtp_username": null,
  "templates_folder": "data/templates",
  "tmp_folder": "data/tmp",
  "trash_auto_delete_days": null,
  "trash_purge_schedule": "0 5 0 * * *",
  "use_sendmail": false,
  "use_syslog": false,
  "user_attachment_limit": null,
  "user_send_limit": null,
  "web_vault_enabled": true,
  "web_vault_folder": "web-vault/",
  "yubico_client_id": null,
  "yubico_secret_key": null,
  "yubico_server": null
}

Vaultwarden Build Version

vaultwarden/server:1.34.1-alpine

Deployment method

Official Container Image

Custom deployment method

I have remote server with nginx proxy manager and I setup ddns with ssh tunnels. So when I boot my system, my services available online

Reverse Proxy

jc21/nginx-proxy-manager:latest

Host/Server Operating System

Windows

Operating System Version

Windows 11

Clients

Web Vault

Client Version

Zen 1.13.2b (Firefox 139.0.4) (64-bit)

Steps To Reproduce

  1. Boot/Reboot system
  2. Try to login via password
  3. Unable to login

Expected Result

Able to login

Actual Result

Unable to login

Logs

2025-07-01 09:52:48.860 | /--------------------------------------------------------------------\
2025-07-01 09:52:48.860 | |                        Starting Vaultwarden                        |
2025-07-01 09:52:48.860 | |                           Version 1.34.1                           |
2025-07-01 09:52:48.860 | |--------------------------------------------------------------------|
2025-07-01 09:52:48.860 | | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
2025-07-01 09:52:48.860 | | official channels to report bugs/features, regardless of client.   |
2025-07-01 09:52:48.860 | | Send usage/configuration questions or feature requests to:         |
2025-07-01 09:52:48.860 | |   https://github.com/dani-garcia/vaultwarden/discussions or        |
2025-07-01 09:52:48.860 | |   https://vaultwarden.discourse.group/                             |
2025-07-01 09:52:48.860 | | Report suspected bugs/issues in the software itself at:            |
2025-07-01 09:52:48.860 | |   https://github.com/dani-garcia/vaultwarden/issues/new            |
2025-07-01 09:52:48.860 | \--------------------------------------------------------------------/
2025-07-01 09:52:48.860 | 
2025-07-01 09:52:48.872 | [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure.
2025-07-01 09:52:48.872 | Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`.
2025-07-01 09:52:48.872 | See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
2025-07-01 09:52:48.872 | 
2025-07-01 09:52:48.951 | [2025-07-01 06:52:48.951][vaultwarden::auth][INFO] Private key 'data/rsa_key.pem' created correctly
2025-07-01 09:52:49.047 | [2025-07-01 06:52:49.046][start][INFO] Rocket has launched from http://0.0.0.0:80
2025-07-01 09:53:17.781 | [2025-07-01 06:53:17.781][request][INFO] GET /api/config
2025-07-01 09:53:17.781 | [2025-07-01 06:53:17.781][response][INFO] (config) GET /api/config => 200 OK
2025-07-01 09:53:17.816 | [2025-07-01 06:53:17.816][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:53:17.818 | [2025-07-01 06:53:17.818][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:53:19.328 | [2025-07-01 06:53:19.327][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:53:19.328 | [2025-07-01 06:53:19.328][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:53:20.195 | [2025-07-01 06:53:20.194][request][INFO] GET /api/config
2025-07-01 09:53:20.195 | [2025-07-01 06:53:20.195][response][INFO] (config) GET /api/config => 200 OK
2025-07-01 09:53:22.674 | [2025-07-01 06:53:22.674][request][INFO] POST /identity/accounts/prelogin
2025-07-01 09:53:22.675 | [2025-07-01 06:53:22.675][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
2025-07-01 09:53:22.780 | [2025-07-01 06:53:22.780][request][INFO] POST /identity/connect/token
2025-07-01 09:53:22.782 | [2025-07-01 06:53:22.782][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com.
2025-07-01 09:53:22.782 | [2025-07-01 06:53:22.782][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
2025-07-01 09:53:25.314 | [2025-07-01 06:53:25.314][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:53:25.315 | [2025-07-01 06:53:25.315][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:53:26.794 | [2025-07-01 06:53:26.794][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:53:26.794 | [2025-07-01 06:53:26.794][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:53:28.070 | [2025-07-01 06:53:28.070][request][INFO] POST /identity/accounts/prelogin
2025-07-01 09:53:28.071 | [2025-07-01 06:53:28.071][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
2025-07-01 09:53:28.132 | [2025-07-01 06:53:28.132][request][INFO] POST /identity/connect/token
2025-07-01 09:53:28.133 | [2025-07-01 06:53:28.133][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com.
2025-07-01 09:53:28.133 | [2025-07-01 06:53:28.133][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
2025-07-01 09:54:47.818 | [2025-07-01 06:54:47.817][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:54:47.818 | [2025-07-01 06:54:47.818][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:54:50.567 | [2025-07-01 06:54:50.567][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:54:50.567 | [2025-07-01 06:54:50.567][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:54:52.366 | [2025-07-01 06:54:52.366][request][INFO] POST /identity/accounts/prelogin
2025-07-01 09:54:52.367 | [2025-07-01 06:54:52.367][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][request][INFO] POST /identity/connect/token
2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com.
2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
2025-07-01 09:54:59.602 | [2025-07-01 06:54:59.602][rocket::server][WARN] Received SIGTERM. Requesting shutdown.
2025-07-01 09:54:59.603 | [2025-07-01 06:54:59.603][vaultwarden][INFO] Vaultwarden process exited!
2025-07-01 09:55:00.019 | /--------------------------------------------------------------------\
2025-07-01 09:55:00.019 | |                        Starting Vaultwarden                        |
2025-07-01 09:55:00.019 | |                           Version 1.34.1                           |
2025-07-01 09:55:00.019 | |--------------------------------------------------------------------|
2025-07-01 09:55:00.019 | | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
2025-07-01 09:55:00.019 | | official channels to report bugs/features, regardless of client.   |
2025-07-01 09:55:00.019 | | Send usage/configuration questions or feature requests to:         |
2025-07-01 09:55:00.019 | |   https://github.com/dani-garcia/vaultwarden/discussions or        |
2025-07-01 09:55:00.019 | |   https://vaultwarden.discourse.group/                             |
2025-07-01 09:55:00.019 | | Report suspected bugs/issues in the software itself at:            |
2025-07-01 09:55:00.019 | |   https://github.com/dani-garcia/vaultwarden/issues/new            |
2025-07-01 09:55:00.019 | \--------------------------------------------------------------------/
2025-07-01 09:55:00.019 | 
2025-07-01 09:55:00.358 | [INFO] Using saved config from `data/config.json` for configuration.
2025-07-01 09:55:00.358 | 
2025-07-01 09:55:00.359 | [WARNING] The following environment variables are being overridden by the config.json file.
2025-07-01 09:55:00.359 | [WARNING] Please use the admin panel to make changes to them:
2025-07-01 09:55:00.359 | [WARNING] DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
2025-07-01 09:55:00.359 | 
2025-07-01 09:55:00.360 | [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure.
2025-07-01 09:55:00.360 | Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`.
2025-07-01 09:55:00.360 | See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
2025-07-01 09:55:00.360 | 
2025-07-01 09:55:00.632 | [2025-07-01 06:55:00.632][start][INFO] Rocket has launched from http://0.0.0.0:80
2025-07-01 09:55:31.404 | [2025-07-01 06:55:31.404][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:55:31.408 | [2025-07-01 06:55:31.407][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:55:32.309 | [2025-07-01 06:55:32.309][request][INFO] GET /api/devices/knowndevice
2025-07-01 09:55:32.310 | [2025-07-01 06:55:32.310][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
2025-07-01 09:55:34.053 | [2025-07-01 06:55:34.053][request][INFO] POST /identity/accounts/prelogin
2025-07-01 09:55:34.054 | [2025-07-01 06:55:34.054][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
2025-07-01 09:55:34.109 | [2025-07-01 06:55:34.108][request][INFO] POST /identity/connect/token
2025-07-01 09:55:34.557 | [2025-07-01 06:55:34.557][vaultwarden::api::identity][INFO] User helltraitor@hotmail.com logged in successfully. IP: 95.179.123.123
2025-07-01 09:55:34.557 | [2025-07-01 06:55:34.557][response][INFO] (login) POST /identity/connect/token => 200 OK
2025-07-01 09:55:34.618 | [2025-07-01 06:55:34.618][request][INFO] GET /api/config
2025-07-01 09:55:34.618 | [2025-07-01 06:55:34.618][response][INFO] (config) GET /api/config => 200 OK
2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 95.179.123.123
2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK
2025-07-01 09:55:34.686 | [2025-07-01 06:55:34.685][request][INFO] POST /identity/connect/token
2025-07-01 09:55:34.689 | [2025-07-01 06:55:34.689][response][INFO] (login) POST /identity/connect/token => 200 OK
2025-07-01 09:55:34.758 | [2025-07-01 06:55:34.758][request][INFO] GET /api/sync?excludeDomains=true
2025-07-01 09:55:34.773 | [2025-07-01 06:55:34.773][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
2025-07-01 09:55:34.924 | [2025-07-01 06:55:34.923][request][INFO] GET /api/accounts/revision-date
2025-07-01 09:55:34.924 | [2025-07-01 06:55:34.924][request][INFO] GET /api/accounts/revision-date
2025-07-01 09:55:34.925 | [2025-07-01 06:55:34.924][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK
2025-07-01 09:55:34.926 | [2025-07-01 06:55:34.926][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK
2025-07-01 09:55:34.978 | [2025-07-01 06:55:34.977][request][INFO] GET /api/devices
2025-07-01 09:55:34.980 | [2025-07-01 06:55:34.980][response][INFO] (get_all_devices) GET /api/devices => 200 OK
2025-07-01 09:55:35.082 | [2025-07-01 06:55:35.082][request][INFO] GET /icons/gitlab.ddns.helltraitor.tech/icon.png
2025-07-01 09:55:35.099 | [2025-07-01 06:55:35.099][request][INFO] GET /icons/direct.helltraitor.tech/icon.png
2025-07-01 09:55:35.191 | [2025-07-01 06:55:35.191][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
2025-07-01 09:55:35.209 | [2025-07-01 06:55:35.209][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK
2025-07-01 09:56:05.834 | [2025-07-01 06:56:05.833][request][INFO] GET /api/config
2025-07-01 09:56:05.834 | [2025-07-01 06:56:05.833][response][INFO] (config) GET /api/config => 200 OK
2025-07-01 09:56:05.858 | [2025-07-01 06:56:05.858][request][INFO] POST /identity/connect/token
2025-07-01 09:56:05.861 | [2025-07-01 06:56:05.861][response][INFO] (login) POST /identity/connect/token => 200 OK
2025-07-01 09:56:06.178 | [2025-07-01 06:56:06.178][request][INFO] GET /api/accounts/revision-date
2025-07-01 09:56:06.181 | [2025-07-01 06:56:06.181][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK
2025-07-01 09:56:06.275 | [2025-07-01 06:56:06.275][request][INFO] GET /api/accounts/revision-date
2025-07-01 09:56:06.277 | [2025-07-01 06:56:06.276][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK
2025-07-01 09:58:01.683 | [2025-07-01 06:58:01.683][vaultwarden::api::notifications][INFO] Closing WS connection from 95.179.123.123
2025-07-01 09:58:01.737 | [2025-07-01 06:58:01.736][request][INFO] GET /admin
2025-07-01 09:58:01.737 | [2025-07-01 06:58:01.737][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK
2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][request][INFO] POST /admin
2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][vaultwarden::api::admin][ERROR] Invalid admin token. IP: 95.179.123.123
2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][response][INFO] (post_admin_login) POST /admin/ application/x-www-form-urlencoded => 401 Unauthorized
2025-07-01 09:58:51.695 | [2025-07-01 06:58:51.695][request][INFO] POST /admin
2025-07-01 09:58:51.700 | [2025-07-01 06:58:51.700][response][INFO] (post_admin_login) POST /admin/ application/x-www-form-urlencoded => 200 OK
2025-07-01 09:59:03.765 | [2025-07-01 06:59:03.765][request][INFO] GET /admin/diagnostics
2025-07-01 09:59:04.887 | [2025-07-01 06:59:04.887][vaultwarden::api::admin][ERROR] Unable to parse latest_web_build: '-'
2025-07-01 09:59:05.024 | [2025-07-01 06:59:05.023][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK
2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][request][INFO] GET /api/config
2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][request][INFO] GET /admin/does-not-exist
2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][response][INFO] (config) GET /api/config => 200 OK
2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.335][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found
2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][request][INFO] GET /admin/diagnostics/http?code=404
2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][vaultwarden::api::admin][ERROR] Testing error 404 response
2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 404 Not Found
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][request][INFO] GET /admin/diagnostics/http?code=403
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][request][INFO] GET /admin/diagnostics/http?code=400
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][vaultwarden::api::admin][ERROR] Testing error 403 response
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][vaultwarden::api::admin][ERROR] Testing error 400 response
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 400 Bad Request
2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 403 Forbidden
2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][request][INFO] GET /admin/diagnostics/http?code=401
2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][vaultwarden::api::admin][ERROR] Testing error 401 response
2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 401 Unauthorized
2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][request][INFO] GET /notifications/anonymous-hub?token=admin-diagnostics
2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][vaultwarden::api::notifications][INFO] Accepting Anonymous Rocket WS connection from 95.179.123.123
2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][response][INFO] (anonymous_websockets_hub) GET /notifications/anonymous-hub?<token..> => 200 OK
2025-07-01 09:59:05.469 | [2025-07-01 06:59:05.469][vaultwarden::api::notifications][INFO] Closing WS connection from 95.179.123.123
2025-07-01 10:00:29.550 | [2025-07-01 07:00:29.550][request][INFO] GET /admin/diagnostics/config
2025-07-01 10:00:29.550 | [2025-07-01 07:00:29.550][response][INFO] (get_diagnostics_config) GET /admin/diagnostics/config application/json => 200 OK

Screenshots or Videos

No response

Additional Context

NOTE FOR LOGS: After reboot it manually, all starts to works. Maybe this is an issue related to my tunnel, but as for my experience, there's no problem with vault itself after I reboot it. For example, In case when I need to change my network (bare to vpn), tunnel may go down, but then up - and I feel like there issue with vault itself.

But, If I can enable debug to provide logs, I will do this, just tell me what I need to do.

*Originally created by @helltraitor on 7/1/2025* ### Vaultwarden Support String ### Your environment (Generated via diagnostics page) * Vaultwarden version: v1.34.1 * Web-vault version: v2025.5.0 * OS/Arch: linux/x86_64 * Running within a container: true (Base: Alpine) * Database type: SQLite * Database version: 3.49.2 * Uses config.json: true * Uses a reverse proxy: true * IP Header check: true (X-Real-IP) * Internet access: true * Internet access via a proxy: false * DNS Check: true * Browser/Server Time Check: true * Server/NTP Time Check: true * Domain Configuration Check: true * HTTPS Check: true * Websocket Check: true * HTTP Response Checks: true ### Config & Details (Generated via diagnostics page) <details><summary>Show Config & Details</summary> **Environment settings which are overridden:** DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN **Config:** ```json { "_duo_akey": null, "_enable_duo": true, "_enable_email_2fa": false, "_enable_smtp": true, "_enable_yubico": true, "_icon_service_csp": "", "_icon_service_url": "", "_ip_header_enabled": true, "_max_note_size": 10000, "_smtp_img_src": "***:", "admin_ratelimit_max_burst": 3, "admin_ratelimit_seconds": 300, "admin_session_lifetime": 20, "admin_token": "***", "allowed_connect_src": "", "allowed_iframe_ancestors": "", "attachments_folder": "data/attachments", "auth_request_purge_schedule": "30 * * * * *", "authenticator_disable_time_drift": false, "data_folder": "data", "database_conn_init": "", "database_max_conns": 10, "database_timeout": 30, "database_url": "***************", "db_connection_retries": 15, "disable_2fa_remember": false, "disable_admin_token": false, "disable_icon_download": false, "domain": "*****://*********************************", "domain_origin": "*****://*********************************", "domain_path": "", "domain_set": true, "duo_context_purge_schedule": "30 * * * * *", "duo_host": null, "duo_ikey": null, "duo_skey": null, "duo_use_iframe": false, "email_2fa_auto_fallback": false, "email_2fa_enforce_on_verified_invite": false, "email_attempts_limit": 3, "email_change_allowed": true, "email_expiration_time": 600, "email_token_size": 6, "emergency_access_allowed": true, "emergency_notification_reminder_schedule": "0 3 * * * *", "emergency_request_timeout_schedule": "0 7 * * * *", "enable_db_wal": true, "enable_websocket": true, "enforce_single_org_with_reset_pw_policy": false, "event_cleanup_schedule": "0 10 0 * * *", "events_days_retain": null, "experimental_client_feature_flags": "", "extended_logging": true, "helo_name": null, "hibp_api_key": null, "http_request_block_non_global_ips": true, "http_request_block_regex": null, "icon_blacklist_non_global_ips": true, "icon_blacklist_regex": null, "icon_cache_folder": "data/icon_cache", "icon_cache_negttl": 259200, "icon_cache_ttl": 2592000, "icon_download_timeout": 10, "icon_redirect_code": 302, "icon_service": "internal", "incomplete_2fa_schedule": "30 * * * * *", "incomplete_2fa_time_limit": 3, "increase_note_size_limit": false, "invitation_expiration_hours": 120, "invitation_org_name": "Vaultwarden", "invitations_allowed": true, "ip_header": "X-Real-IP", "job_poll_interval_ms": 30000, "log_file": null, "log_level": "info", "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f", "login_ratelimit_max_burst": 10, "login_ratelimit_seconds": 60, "org_attachment_limit": null, "org_creation_users": "", "org_events_enabled": false, "org_groups_enabled": false, "password_hints_allowed": true, "password_iterations": 600000, "push_enabled": false, "push_identity_uri": "https://identity.bitwarden.com", "push_installation_id": "***", "push_installation_key": "***", "push_relay_uri": "https://push.bitwarden.com", "reload_templates": false, "require_device_email": false, "rsa_key_filename": "data/rsa_key", "send_purge_schedule": "0 5 * * * *", "sendmail_command": null, "sends_allowed": true, "sends_folder": "data/sends", "show_password_hint": false, "signups_allowed": false, "signups_domains_whitelist": "", "signups_verify": false, "signups_verify_resend_limit": 6, "signups_verify_resend_time": 3600, "smtp_accept_invalid_certs": false, "smtp_accept_invalid_hostnames": false, "smtp_auth_mechanism": null, "smtp_debug": false, "smtp_embed_images": true, "smtp_explicit_tls": null, "smtp_from": "", "smtp_from_name": "Vaultwarden", "smtp_host": null, "smtp_password": null, "smtp_port": 587, "smtp_security": "starttls", "smtp_ssl": null, "smtp_timeout": 15, "smtp_username": null, "templates_folder": "data/templates", "tmp_folder": "data/tmp", "trash_auto_delete_days": null, "trash_purge_schedule": "0 5 0 * * *", "use_sendmail": false, "use_syslog": false, "user_attachment_limit": null, "user_send_limit": null, "web_vault_enabled": true, "web_vault_folder": "web-vault/", "yubico_client_id": null, "yubico_secret_key": null, "yubico_server": null } ``` </details> ### Vaultwarden Build Version vaultwarden/server:1.34.1-alpine ### Deployment method Official Container Image ### Custom deployment method I have remote server with nginx proxy manager and I setup ddns with ssh tunnels. So when I boot my system, my services available online ### Reverse Proxy jc21/nginx-proxy-manager:latest ### Host/Server Operating System Windows ### Operating System Version Windows 11 ### Clients Web Vault ### Client Version Zen 1.13.2b (Firefox 139.0.4) (64-bit) ### Steps To Reproduce 1. Boot/Reboot system 2. Try to login via password 3. Unable to login ### Expected Result Able to login ### Actual Result Unable to login ### Logs ```text 2025-07-01 09:52:48.860 | /--------------------------------------------------------------------\ 2025-07-01 09:52:48.860 | | Starting Vaultwarden | 2025-07-01 09:52:48.860 | | Version 1.34.1 | 2025-07-01 09:52:48.860 | |--------------------------------------------------------------------| 2025-07-01 09:52:48.860 | | This is an *unofficial* Bitwarden implementation, DO NOT use the | 2025-07-01 09:52:48.860 | | official channels to report bugs/features, regardless of client. | 2025-07-01 09:52:48.860 | | Send usage/configuration questions or feature requests to: | 2025-07-01 09:52:48.860 | | https://github.com/dani-garcia/vaultwarden/discussions or | 2025-07-01 09:52:48.860 | | https://vaultwarden.discourse.group/ | 2025-07-01 09:52:48.860 | | Report suspected bugs/issues in the software itself at: | 2025-07-01 09:52:48.860 | | https://github.com/dani-garcia/vaultwarden/issues/new | 2025-07-01 09:52:48.860 | \--------------------------------------------------------------------/ 2025-07-01 09:52:48.860 | 2025-07-01 09:52:48.872 | [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure. 2025-07-01 09:52:48.872 | Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`. 2025-07-01 09:52:48.872 | See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token 2025-07-01 09:52:48.872 | 2025-07-01 09:52:48.951 | [2025-07-01 06:52:48.951][vaultwarden::auth][INFO] Private key 'data/rsa_key.pem' created correctly 2025-07-01 09:52:49.047 | [2025-07-01 06:52:49.046][start][INFO] Rocket has launched from http://0.0.0.0:80 2025-07-01 09:53:17.781 | [2025-07-01 06:53:17.781][request][INFO] GET /api/config 2025-07-01 09:53:17.781 | [2025-07-01 06:53:17.781][response][INFO] (config) GET /api/config => 200 OK 2025-07-01 09:53:17.816 | [2025-07-01 06:53:17.816][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:53:17.818 | [2025-07-01 06:53:17.818][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:53:19.328 | [2025-07-01 06:53:19.327][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:53:19.328 | [2025-07-01 06:53:19.328][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:53:20.195 | [2025-07-01 06:53:20.194][request][INFO] GET /api/config 2025-07-01 09:53:20.195 | [2025-07-01 06:53:20.195][response][INFO] (config) GET /api/config => 200 OK 2025-07-01 09:53:22.674 | [2025-07-01 06:53:22.674][request][INFO] POST /identity/accounts/prelogin 2025-07-01 09:53:22.675 | [2025-07-01 06:53:22.675][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK 2025-07-01 09:53:22.780 | [2025-07-01 06:53:22.780][request][INFO] POST /identity/connect/token 2025-07-01 09:53:22.782 | [2025-07-01 06:53:22.782][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com. 2025-07-01 09:53:22.782 | [2025-07-01 06:53:22.782][response][INFO] (login) POST /identity/connect/token => 400 Bad Request 2025-07-01 09:53:25.314 | [2025-07-01 06:53:25.314][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:53:25.315 | [2025-07-01 06:53:25.315][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:53:26.794 | [2025-07-01 06:53:26.794][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:53:26.794 | [2025-07-01 06:53:26.794][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:53:28.070 | [2025-07-01 06:53:28.070][request][INFO] POST /identity/accounts/prelogin 2025-07-01 09:53:28.071 | [2025-07-01 06:53:28.071][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK 2025-07-01 09:53:28.132 | [2025-07-01 06:53:28.132][request][INFO] POST /identity/connect/token 2025-07-01 09:53:28.133 | [2025-07-01 06:53:28.133][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com. 2025-07-01 09:53:28.133 | [2025-07-01 06:53:28.133][response][INFO] (login) POST /identity/connect/token => 400 Bad Request 2025-07-01 09:54:47.818 | [2025-07-01 06:54:47.817][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:54:47.818 | [2025-07-01 06:54:47.818][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:54:50.567 | [2025-07-01 06:54:50.567][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:54:50.567 | [2025-07-01 06:54:50.567][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:54:52.366 | [2025-07-01 06:54:52.366][request][INFO] POST /identity/accounts/prelogin 2025-07-01 09:54:52.367 | [2025-07-01 06:54:52.367][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK 2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][request][INFO] POST /identity/connect/token 2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 95.179.123.123. Username: helltraitor@hotmail.com. 2025-07-01 09:54:52.583 | [2025-07-01 06:54:52.583][response][INFO] (login) POST /identity/connect/token => 400 Bad Request 2025-07-01 09:54:59.602 | [2025-07-01 06:54:59.602][rocket::server][WARN] Received SIGTERM. Requesting shutdown. 2025-07-01 09:54:59.603 | [2025-07-01 06:54:59.603][vaultwarden][INFO] Vaultwarden process exited! 2025-07-01 09:55:00.019 | /--------------------------------------------------------------------\ 2025-07-01 09:55:00.019 | | Starting Vaultwarden | 2025-07-01 09:55:00.019 | | Version 1.34.1 | 2025-07-01 09:55:00.019 | |--------------------------------------------------------------------| 2025-07-01 09:55:00.019 | | This is an *unofficial* Bitwarden implementation, DO NOT use the | 2025-07-01 09:55:00.019 | | official channels to report bugs/features, regardless of client. | 2025-07-01 09:55:00.019 | | Send usage/configuration questions or feature requests to: | 2025-07-01 09:55:00.019 | | https://github.com/dani-garcia/vaultwarden/discussions or | 2025-07-01 09:55:00.019 | | https://vaultwarden.discourse.group/ | 2025-07-01 09:55:00.019 | | Report suspected bugs/issues in the software itself at: | 2025-07-01 09:55:00.019 | | https://github.com/dani-garcia/vaultwarden/issues/new | 2025-07-01 09:55:00.019 | \--------------------------------------------------------------------/ 2025-07-01 09:55:00.019 | 2025-07-01 09:55:00.358 | [INFO] Using saved config from `data/config.json` for configuration. 2025-07-01 09:55:00.358 | 2025-07-01 09:55:00.359 | [WARNING] The following environment variables are being overridden by the config.json file. 2025-07-01 09:55:00.359 | [WARNING] Please use the admin panel to make changes to them: 2025-07-01 09:55:00.359 | [WARNING] DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN 2025-07-01 09:55:00.359 | 2025-07-01 09:55:00.360 | [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure. 2025-07-01 09:55:00.360 | Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`. 2025-07-01 09:55:00.360 | See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token 2025-07-01 09:55:00.360 | 2025-07-01 09:55:00.632 | [2025-07-01 06:55:00.632][start][INFO] Rocket has launched from http://0.0.0.0:80 2025-07-01 09:55:31.404 | [2025-07-01 06:55:31.404][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:55:31.408 | [2025-07-01 06:55:31.407][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:55:32.309 | [2025-07-01 06:55:32.309][request][INFO] GET /api/devices/knowndevice 2025-07-01 09:55:32.310 | [2025-07-01 06:55:32.310][response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK 2025-07-01 09:55:34.053 | [2025-07-01 06:55:34.053][request][INFO] POST /identity/accounts/prelogin 2025-07-01 09:55:34.054 | [2025-07-01 06:55:34.054][response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK 2025-07-01 09:55:34.109 | [2025-07-01 06:55:34.108][request][INFO] POST /identity/connect/token 2025-07-01 09:55:34.557 | [2025-07-01 06:55:34.557][vaultwarden::api::identity][INFO] User helltraitor@hotmail.com logged in successfully. IP: 95.179.123.123 2025-07-01 09:55:34.557 | [2025-07-01 06:55:34.557][response][INFO] (login) POST /identity/connect/token => 200 OK 2025-07-01 09:55:34.618 | [2025-07-01 06:55:34.618][request][INFO] GET /api/config 2025-07-01 09:55:34.618 | [2025-07-01 06:55:34.618][response][INFO] (config) GET /api/config => 200 OK 2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL 2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 95.179.123.123 2025-07-01 09:55:34.668 | [2025-07-01 06:55:34.668][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK 2025-07-01 09:55:34.686 | [2025-07-01 06:55:34.685][request][INFO] POST /identity/connect/token 2025-07-01 09:55:34.689 | [2025-07-01 06:55:34.689][response][INFO] (login) POST /identity/connect/token => 200 OK 2025-07-01 09:55:34.758 | [2025-07-01 06:55:34.758][request][INFO] GET /api/sync?excludeDomains=true 2025-07-01 09:55:34.773 | [2025-07-01 06:55:34.773][response][INFO] (sync) GET /api/sync?<data..> => 200 OK 2025-07-01 09:55:34.924 | [2025-07-01 06:55:34.923][request][INFO] GET /api/accounts/revision-date 2025-07-01 09:55:34.924 | [2025-07-01 06:55:34.924][request][INFO] GET /api/accounts/revision-date 2025-07-01 09:55:34.925 | [2025-07-01 06:55:34.924][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK 2025-07-01 09:55:34.926 | [2025-07-01 06:55:34.926][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK 2025-07-01 09:55:34.978 | [2025-07-01 06:55:34.977][request][INFO] GET /api/devices 2025-07-01 09:55:34.980 | [2025-07-01 06:55:34.980][response][INFO] (get_all_devices) GET /api/devices => 200 OK 2025-07-01 09:55:35.082 | [2025-07-01 06:55:35.082][request][INFO] GET /icons/gitlab.ddns.helltraitor.tech/icon.png 2025-07-01 09:55:35.099 | [2025-07-01 06:55:35.099][request][INFO] GET /icons/direct.helltraitor.tech/icon.png 2025-07-01 09:55:35.191 | [2025-07-01 06:55:35.191][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK 2025-07-01 09:55:35.209 | [2025-07-01 06:55:35.209][response][INFO] (icon_internal) GET /icons/<domain>/icon.png => 200 OK 2025-07-01 09:56:05.834 | [2025-07-01 06:56:05.833][request][INFO] GET /api/config 2025-07-01 09:56:05.834 | [2025-07-01 06:56:05.833][response][INFO] (config) GET /api/config => 200 OK 2025-07-01 09:56:05.858 | [2025-07-01 06:56:05.858][request][INFO] POST /identity/connect/token 2025-07-01 09:56:05.861 | [2025-07-01 06:56:05.861][response][INFO] (login) POST /identity/connect/token => 200 OK 2025-07-01 09:56:06.178 | [2025-07-01 06:56:06.178][request][INFO] GET /api/accounts/revision-date 2025-07-01 09:56:06.181 | [2025-07-01 06:56:06.181][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK 2025-07-01 09:56:06.275 | [2025-07-01 06:56:06.275][request][INFO] GET /api/accounts/revision-date 2025-07-01 09:56:06.277 | [2025-07-01 06:56:06.276][response][INFO] (revision_date) GET /api/accounts/revision-date => 200 OK 2025-07-01 09:58:01.683 | [2025-07-01 06:58:01.683][vaultwarden::api::notifications][INFO] Closing WS connection from 95.179.123.123 2025-07-01 09:58:01.737 | [2025-07-01 06:58:01.736][request][INFO] GET /admin 2025-07-01 09:58:01.737 | [2025-07-01 06:58:01.737][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK 2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][request][INFO] POST /admin 2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][vaultwarden::api::admin][ERROR] Invalid admin token. IP: 95.179.123.123 2025-07-01 09:58:04.270 | [2025-07-01 06:58:04.270][response][INFO] (post_admin_login) POST /admin/ application/x-www-form-urlencoded => 401 Unauthorized 2025-07-01 09:58:51.695 | [2025-07-01 06:58:51.695][request][INFO] POST /admin 2025-07-01 09:58:51.700 | [2025-07-01 06:58:51.700][response][INFO] (post_admin_login) POST /admin/ application/x-www-form-urlencoded => 200 OK 2025-07-01 09:59:03.765 | [2025-07-01 06:59:03.765][request][INFO] GET /admin/diagnostics 2025-07-01 09:59:04.887 | [2025-07-01 06:59:04.887][vaultwarden::api::admin][ERROR] Unable to parse latest_web_build: '-' 2025-07-01 09:59:05.024 | [2025-07-01 06:59:05.023][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK 2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][request][INFO] GET /api/config 2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][request][INFO] GET /admin/does-not-exist 2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.334][response][INFO] (config) GET /api/config => 200 OK 2025-07-01 09:59:05.335 | [2025-07-01 06:59:05.335][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found 2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][request][INFO] GET /admin/diagnostics/http?code=404 2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][vaultwarden::api::admin][ERROR] Testing error 404 response 2025-07-01 09:59:05.352 | [2025-07-01 06:59:05.351][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 404 Not Found 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][request][INFO] GET /admin/diagnostics/http?code=403 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][request][INFO] GET /admin/diagnostics/http?code=400 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][vaultwarden::api::admin][ERROR] Testing error 403 response 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][vaultwarden::api::admin][ERROR] Testing error 400 response 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 400 Bad Request 2025-07-01 09:59:05.388 | [2025-07-01 06:59:05.388][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 403 Forbidden 2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][request][INFO] GET /admin/diagnostics/http?code=401 2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][vaultwarden::api::admin][ERROR] Testing error 401 response 2025-07-01 09:59:05.405 | [2025-07-01 06:59:05.405][response][INFO] (get_diagnostics_http) GET /admin/diagnostics/http?<code> => 401 Unauthorized 2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][request][INFO] GET /notifications/anonymous-hub?token=admin-diagnostics 2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][vaultwarden::api::notifications][INFO] Accepting Anonymous Rocket WS connection from 95.179.123.123 2025-07-01 09:59:05.440 | [2025-07-01 06:59:05.440][response][INFO] (anonymous_websockets_hub) GET /notifications/anonymous-hub?<token..> => 200 OK 2025-07-01 09:59:05.469 | [2025-07-01 06:59:05.469][vaultwarden::api::notifications][INFO] Closing WS connection from 95.179.123.123 2025-07-01 10:00:29.550 | [2025-07-01 07:00:29.550][request][INFO] GET /admin/diagnostics/config 2025-07-01 10:00:29.550 | [2025-07-01 07:00:29.550][response][INFO] (get_diagnostics_config) GET /admin/diagnostics/config application/json => 200 OK ``` ### Screenshots or Videos _No response_ ### Additional Context **NOTE FOR LOGS**: After reboot it manually, all starts to works. Maybe this is an issue related to my tunnel, but as for my experience, there's no problem with vault itself after I reboot it. For example, In case when I need to change my network (bare to vpn), tunnel may go down, but then up - and I feel like there issue with vault itself. But, If I can enable debug to provide logs, I will do this, just tell me what I need to do.
AtHeartEngineer added the bugbugbugbugbugbugbugbugbugbugbugbugbugbug labels 2025-07-08 08:37:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#18