mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
GET /api/config --> [response][INFO] (web_files) GET /<p..> [10] => 404 Not Found #590
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aksharOza on GitHub.
When using the bitwarden CLI, I keep receiving this HTML snippet as part of the response:
Unable to fetch ServerConfig: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>404 Not Found</title> </head> <body align="center"> <div role="main" align="center"> <h1>404: Not Found</h1> <p>The requested resource could not be found.</p> <hr /> </div> <div role="contentinfo" align="center"> <small>Rocket</small> </div> </body> </html>When looking through the bitwarden container logs I see
I am using an NGINX reverse proxy and in the access log there I see the following:
"GET /api/config HTTP/1.1" 404 266 "-" "Bitwarden_CLI/2023.12.1 (LINUX)"I would appreciate any assistance to fix my setup so that the 'api/config' resource can be found.