Skip to content
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

404: Not Found : since latest docker pull #882

Closed
rotda opened this issue Feb 27, 2020 · 3 comments
Closed

404: Not Found : since latest docker pull #882

rotda opened this issue Feb 27, 2020 · 3 comments

Comments

@rotda
Copy link

rotda commented Feb 27, 2020

Hi ,

since the last update of my bitwarden_rs docker image .
It doesn't work I get for every request an 404.

Docker logs:

/--------------------------------------------------------------------\
|                       Starting Bitwarden_RS                        |
|                      Version 1.13.1-cd890754                       |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
| official channels to report bugs/features, regardless of client.   |
| Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |
\--------------------------------------------------------------------/

Configured for staging.
    => address: 0.0.0.0
    => port: 80
    => log: normal
    => workers: 10
    => secret key: private-cookies disabled
    => limits: forms = 32KiB, json* = 10MiB
    => keep-alive: 5s
    => tls: disabled
Mounting /bitwarden/:
    => GET /bitwarden (web_index)
    => GET /bitwarden/app-id.json (app_id)
    => GET /bitwarden/<p..> [10] (web_files)
    => GET /bitwarden/attachments/<uuid>/<file..> (attachments)
    => GET /bitwarden/alive (alive)
    => GET /bitwarden/bwrs_static/<filename> (static_files)
Mounting /bitwarden/api:

GET    /bitwarden/app-id.json
GET    /bitwarden/attachments/<uuid>/<file..>
GET    /bitwarden/bwrs_static/<filename>
GET    /bitwarden/icons/<domain>/icon.png
POST   /bitwarden/identity/connect/token
GET    /bitwarden/notifications/hub
POST   /bitwarden/notifications/hub/negotiate
Rocket has launched from http://0.0.0.0:80
Rocket has launched from http://0.0.0.0:80
GET / text/html:
GET /
    => Error: No matching routes for GET / text/html.
    => Warning: Responding with 404 Not Found catcher.
404 Not Found
    => Response succeeded.
GET / text/html:
GET /
    => Error: No matching routes for GET / text/html.
    => Warning: Responding with 404 Not Found catcher.
404 Not Found
    => Response succeeded.
@rotda
Copy link
Author

rotda commented Feb 28, 2020

Can be closed.

It seems in the new version of the docker image, now everything is behind https://:/bitwarden/ and not as is in the past direct /

@rotda rotda closed this as completed Feb 28, 2020
@mprasil
Copy link
Contributor

mprasil commented Feb 28, 2020

I don't think this is the default behavior. You might have miss-configured the DOMAIN setting. In the past the support for sub-path wasn't there, so maybe part of your setting was ignored, but it's now used.

@pilot1981
Copy link

I don't think this is the default behavior. You might have miss-configured the DOMAIN setting. In the past the support for sub-path wasn't there, so maybe part of your setting was ignored, but it's now used.

How I can modify it now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants