mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Error "N is Null #1736
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 @CFox243 on GitHub (Oct 19, 2023).
Subject of the issue
in browser extension when i try to sign in i get an error "n is null".
not sure why just updated to the latest build. not sure if any other users are experiencing this.
when i ran into this error i updated to the testing branch to test if it was a version issue but happens there also.
Install method: Docker
Clients used:
i can sign in everywhere except browser extensions. i tried firefox and chrome.
Reverse proxy and version:
nginx:latest
MySQL/MariaDB or PostgreSQL version:
mysql/mariadb
Other relevant details:

@BlackDex commented on GitHub (Oct 19, 2023):
are there any Vaultwarden logs which may indicate an issue?
What happens in other browsers, or when using a clean browser profile?
@CFox243 commented on GitHub (Oct 19, 2023):
The problem has been resolved.
the issue was different by browser:
chrome I just had to clear cookies and it solved it.
Firefox had to clear site data and then go to extension settings and change from self-hosted to bitwarden and back. then re-add the custom url and then it could sign in just fine.
Thanks