quexten / goldwarden

A feature-packed Bitwarden compatible desktop client
MIT License
554 stars 16 forks source link

Nothing happens on Login process after entering the password #189

Closed MurzNN closed 2 weeks ago

MurzNN commented 1 month ago

I've started the app, unlocked it using pin, filled my Email, pressed Login button, entered my password, the password entering window disappears, and then - nothing happens even after several minutes: image

The installed version is 0.2.15 from Flatpak. By the way, how to get the exact currently running version number from the app directly? Running something like flatpak run com.quexten.Goldwarden --version doesn't work.

What can cause this issue, and how to fix or debug it?

quexten commented 1 month ago

What desktop environment / display server (XOrg / Wayland) are you running?

MurzNN commented 1 month ago

Operating System: Kubuntu 24.04 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 Kernel Version: 6.8.0-31-generic (64-bit) Graphics Platform: X11

Jenjen1324 commented 1 month ago

Had the same/similar issue. The logs were identical and I got the bad request unusual behaviour notification. I was trying to log into a self-hosted instance though which was weird. Nothing changed when I tried to use the Client ID/Secret/Base URL. I finally got it working by following the Getting Started guide but substituting goldwarden with flatpak run --command=/app/bin/goldwarden com.quexten.Goldwarden. That worked even without the client id/secret.

Seems like the GUI didn't take the "Base Url" config maybe.

quexten commented 1 month ago

If the problem is in the GUI i'll postpone triage until after #191

quexten commented 1 month ago

Running something like flatpak run com.quexten.Goldwarden --version doesn't work.

In 0.3.0 in the cli you can do goldwarden version and in the GUI the version appears in the about screen.

quexten commented 1 month ago

212

MurzNN commented 2 weeks ago

Now works well, thanks!