mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
This is not a recognized Bitwarden server. You may need to check with your provider or update your server. #2172
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 @JIFVGWHvAseSovQ on GitHub (Feb 3, 2025).
Vaultwarden Support String
Vaultwarden Build Version
v1.33.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
freenginx1.27.4
Host/Server Operating System
Linux
Operating System Version
debian:bookworm
Clients
Android
Client Version
2015.1.1
Steps To Reproduce
The old version 2024.6.0 allows for successful login. However, after upgrading from version 2024.6.0 to the latest version, password vault synchronization works fine, logging out prevents re-login.
Expected Result
It is possible to log in successfully on the Android side.
Actual Result
https://i.postimg.cc/d0dTVx0y/IMG-20250203-131536.jpg
Logs
Screenshots or Videos
https://i.postimg.cc/d0dTVx0y/IMG-20250203-131536.jpg
https://i.postimg.cc/7YfhLWsZ/Snipaste-2025-02-03-13-51-33.png
https://i.postimg.cc/bvG9Hgwy/Snipaste-2025-02-03-13-33-48.png
https://i.postimg.cc/d0dTVx0y/IMG-20250203-131536.jpg
https://i.postimg.cc/7YfhLWsZ/Snipaste-2025-02-03-13-51-33.png
https://i.postimg.cc/bvG9Hgwy/Snipaste-2025-02-03-13-33-48.png
Additional Context
The Edge extension works normally on the Windows side, but there is an issue with logging in on the Android side.
@BlackDex commented on GitHub (Feb 3, 2025):
Please provide the support string as requested.
My guess is that your reverse proxy is modifying the responses.
@JIFVGWHvAseSovQ commented on GitHub (Feb 3, 2025):
@BlackDex commented on GitHub (Feb 3, 2025):
I'm missing an important part of the string.
Just paste everything it generates
@JIFVGWHvAseSovQ commented on GitHub (Feb 3, 2025):
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: INVITATIONS_ALLOWED, EMAIL_CHANGE_ALLOWED, PASSWORD_HINTS_ALLOWED, SHOW_PASSWORD_HINT, DISABLE_2FA_REMEMBER, AUTHENTICATOR_DISABLE_TIME_DRIFT, REQUIRE_DEVICE_EMAIL, LOG_TIMESTAMP_FORMAT, SMTP_TIMEOUT, EMAIL_2FA_AUTO_FALLBACK
Failed HTTP Checks:
Config:
@JIFVGWHvAseSovQ commented on GitHub (Feb 3, 2025):
@aeoneros commented on GitHub (Feb 3, 2025):
Hey guys, having the same Issue :)
Just updated from 1.32.7 to 1.33.0
https://i.imgur.com/FplMJGf.png
https://i.imgur.com/nu1TwqG.png
Hope this helps.
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SENDS_ALLOWED, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, SIGNUPS_DOMAINS_WHITELIST, INVITATIONS_ALLOWED, EMERGENCY_ACCESS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN, INVITATION_ORG_NAME, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD, SMTP_AUTH_MECHANISM, SMTP_TIMEOUT
Failed HTTP Checks:
Config:
@BlackDex commented on GitHub (Feb 3, 2025):
You need to let Vaultwarden handle the headers and not your reverse proxy.
Same for catching error pages, that should not be done. All those pages need to be unmodified