Hi,
I am experiencing a crash at app start which is related to the locally stored vault data.
A JavaScript error occurred in the main process
Uncaught Exception:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Conf._deserialize (/opt/Bitwarden/resources/app.asar/main.js:45994:43)
at get store (/opt/Bitwarden/resources/app.asar/main.js:46205:43)
at new Conf (/opt/Bitwarden/resources/app.asar/main.js:46058:32)
at new ElectronStore (/opt/Bitwarden/resources/app.asar/main.js:30343:3)
at new ElectronStorageService (/opt/Bitwarden/resources/app.asar/main.js:16054:22)
at new Main (/opt/Bitwarden/resources/app.asar/main.js:16818:31)
at 83243 (/opt/Bitwarden/resources/app.asar/main.js:92049:18)
at __webpack_require__ (/opt/Bitwarden/resources/app.asar/main.js:103521:42)
at /opt/Bitwarden/resources/app.asar/main.js:103684:37
I tried to uninstall the Appimage, reinstall it and use the debian package instead. However, the issue persists. I already reported it on GitHub, but did not receive any feedback there.
If you do not have any other ideas, my next step would be to delete the local app data. Where does the Appimage / Debian version store the info on Linux Mint?