mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[GH-ISSUE #4501] Cannot login with extension anymore #18674
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 @androidacy-user on GitHub (Apr 13, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4501
Subject of the issue
Extension gives the error
Cannot read properties of nullwith a 404 on /api/devices/knowndeviceDeployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN, IP_HEADER, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
Install method:
Docker
Clients used:
Extension
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Try to login
Expected behaviour
Login succeeds
Actual behaviour
Doesn't succeed
Troubleshooting data
@androidacy-user commented on GitHub (Apr 13, 2024):
Well that's the most unhelpful error in the world.
Fyi, for whatever reason, the url got auto corrected by edge, so it wasn't valid, but you would have never guessed that from the error. Perhaps a better error when the url is probably invalid would be helpful?