-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login failed: Could not login: could not pre-login: Not Found: #274
Comments
Having the same issue, just throws bunch of html at me: Login failed: Could not login: could not pre-login: Not Found: <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="noindex,nofollow" />
<link rel="icon" type="image/png" href="/vw_static/vaultwarden-favicon.png">
<title>Page not found!</title>
<link rel="stylesheet" href="/vw_static/bootstrap.css" />
<link rel="stylesheet" href="/vw_static/404.css" />
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4 shadow fixed-top">
<div class="container">
<a class="navbar-brand" href="/"><img class="vaultwarden-icon" src="/vw_static/vaultwarden-icon.png" alt="V">aultwarden</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto">
</div>
</div>
</nav>
<main class="container inner content text-center">
<h2>Page not found!</h2>
<p class="lead">Sorry, but the page you were looking for could not be found.</p>
<p class="display-6">
<a href="/"><img class="vw-404" src="/vw_static/404.png" alt="Return to the web vault?"></a></p>
<p>You can <a href="/">return to the web-vault</a>, or <a href="https://github.com/dani-garcia/vaultwarden">contact us</a>.</p>
</main>
<div class="container footer text-muted content">Vaultwarden (unofficial Bitwarden® server)</div>
</body>
</html> |
Fixed it, the API url should be |
@barolo Are you using vault.bitwarden.eu? |
ah, no, I'm using self-hostef vault warden. |
This comment was marked as resolved.
This comment was marked as resolved.
I fixed it by entering the optional values at #276 (comment). |
I get the same issue but with the default setting |
version 0.3.3 / running on NixOS
The config was set with
goldwarden config set-server https://vault.bitwarden.eu && systemctl --user restart goldwarden
The text was updated successfully, but these errors were encountered: