mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1465] Issue with Bitwarden_RS #970
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Mar 6, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1465
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 (Mar 7, 2021):
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 (Mar 8, 2021):
Hey
The /admin/diagnostics page just has the same 404 Not Found message
Sorry, but how do i generate a support string?
Cheers