goldwarden
goldwarden copied to clipboard
"Could not login via password: too many requests"
I just installed the Pop Os distro, downloaded and installed Goldwarden from the store, and I'm getting this error when I try to login.
I'm using self-hosted vaultwarden. Can this be the reason?
EDIT
Problem solved by setting the environment as follows. All urls must be set one-by-one
❯ goldwarden config get-environment
{"api":"https://vault.xyz/api","identity":"https://vault.xyz/identity","notifications":"https://vault.xyz/notifications","vault":"https://vault.xyz"}
Same issue using a Flatpak install
When I follow https://github.com/quexten/goldwarden/wiki/Flatpak-Configuration, I end up with commands like:
flatpak run --command=goldwarden com.quexten.Goldwarden config set-client-id REDACTED
flatpak run --command=goldwarden com.quexten.Goldwarden config set-client-secret REDACTED
I get this error for both:
Setting api secret failed: chacha20poly1305: bad key length
Does anyone know how to configure this to work with bitwarden.com?