GET /api/config --> [response][INFO] (web_files) GET /<p..> [10] => 404 Not Found #590

Closed
opened 2025-10-09 16:40:01 +03:00 by OVERLORD · 0 comments
Owner

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

[2024-01-01 16:10:38.812][request][INFO] GET /api/config
[2024-01-01 16:10:38.812][response][INFO] GET /<p..> [10] (web_files) => 404 Not Found

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.

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 ``` [2024-01-01 16:10:38.812][request][INFO] GET /api/config [2024-01-01 16:10:38.812][response][INFO] GET /<p..> [10] (web_files) => 404 Not Found ``` 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#590