I would appreciate any assistance to fix my setup so that the 'api/config' resource can be found.
Originally created by @aksharOza on GitHub (Jan 1, 2024).
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @aksharOza on GitHub (Jan 1, 2024).
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.