mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Issue with Bitwarden_RS #1450
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 @stevewaha on GitHub.
Hi
It has been working perfectly under docker on CentOS 7 but now I get the following ....
404: Not Found
The requested resource could not be found.
Rocket
When trying to get to it via the browser.
From Docker Logs I get
[INFO] No .env file found.
[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] ADMIN_TOKEN
[2021-03-06 11:42:56.900][start][INFO] Rocket has launched from http://0.0.0.0:80
[2021-03-06 11:42:56.907][request][INFO] POST /identity/connect/token
[2021-03-06 11:42:56.907][response][INFO] 404 Not Found
My docker command is ..
docker run -d --name bitwarden -e ADMIN_TOKEN=XXXX -v /bw-data/:/data/ -p 8080:80 bitwardenrs/server:latest
Internally I do not use a cert .. but I publish Bitwarden via NGINX with cerbot certificate.
Docker thinks it is healthy
62feae883901 bitwardenrs/server:latest "/usr/bin/dumb-init …" 21 minutes ago Up 21 minutes (healthy) 3012/tcp, 0.0.0.0:8080->80/tcp bitwarden
Regards
Steve
@BlackDex commented on GitHub:
Could you check the
/admin/diagnosticspage and see if there are any errors reported there?And if not, please generate a support string there, and copy/paste it here.
@stevewaha commented on GitHub:
Hey
The /admin/diagnostics page just has the same 404 Not Found message
Sorry, but how do i generate a support string?
Cheers