-
Notifications
You must be signed in to change notification settings - Fork 401
Bitwarden hanging at loading screen #271
Comments
So the desktop client is working again, but the weird thing is I was able to use the online vault during the time it wasn't. Without knowing anything about your server infrastructure, I'd guess there was a partial outage, and the client is simply not programmed right to be able to route around such outages. I'll leave this open because ideally there should be enough redundancy (and client code that knows how utilize it) in your infrastructure such that clients do not experience service interruptions. |
We did not have a service disruption today, so I am not sure what the problem was. The desktop app is supposed to work offline regardless. |
I have the same issue, on Ubuntu 18.04.3. BitWarden 1.15.2. I have tried running the AppImage directly, and using snap. I've also tried running the Windows version in wine, but of course that didn't work because wine. It got past the loading screen once. This was the first time I tried after changing my password. Since then it has gone back to hanging on the loading screen. Here is the stack trace from console: Uncaught SyntaxError: Unexpected end of JSON input |
Fixed by cloning either bitwarden/jslib or bitwarden/desktop and running the bitwarden command inside one of those directories. |
It looks like it depends on one or all of the following json files: Because running bitwarden from any directory that doesn't have those files results in the above error. |
Experiencing a similar problem. Hosting BitWarden on my Synology NAS within a Docker container. If I go on my BW page I keep seeing the loading icon no matter what. |
Hi @psivesely, |
Bitwarden hangs at loading screen.
If I try to launch via the command-line it fails without an error message.
Running on Debian 10. Installed via
snap
.The text was updated successfully, but these errors were encountered: