Open rkuzmin opened 7 months ago
Hello there,
Will you try uninstalling the application, removing any leftover data, powering off and on your device and re-installing? Does this issue still persist?
Guide to the leftover data: https://bitwarden.com/help/data-storage/#on-your-local-machine
Let me know if that helps.
Yes, I did and it doesn't helped.
Steps To Reproduce
Expected Result
Save password prompt appears
Actual Result
Nothing happens, got JS error in Console
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'vault') at notificationBar.js:356:82 at Generator.next (<anonymous>) at fulfilled (notificationBar.js:260:58)
The code:if (userSettingsStorageValue[activeUserId]) { const userSettings = userSettingsStorageValue[activeUserId].settings; const globalSettings = (yield getFromLocalStorage(globalStorageKey))[globalStorageKey]; // Do not show the notification bar on the Bitwarden vault // because they can add logins and change passwords there if (window.location.origin === userSettings.serverConfig.environment.vault) { showNotificationBar = false; }
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
13.6.5 (22G621)
Web Browser
Chrome
Browser Version
123.0.6312.59
Build Version
2024.2.1
Issue Tracking Info