[GH-ISSUE #1465] Issue with Bitwarden_RS #970

Closed
opened 2026-03-03 02:05:11 +03:00 by kerem · 2 comments
Owner

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

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
kerem closed this issue 2026-03-03 02:05:11 +03:00
Author
Owner

@BlackDex commented on GitHub (Mar 7, 2021):

Could you check the /admin/diagnostics page and see if there are any errors reported there?
And if not, please generate a support string there, and copy/paste it here.

<!-- gh-comment-id:792273119 --> @BlackDex commented on GitHub (Mar 7, 2021): Could you check the `/admin/diagnostics` page and see if there are any errors reported there? And if not, please generate a support string there, and copy/paste it here.
Author
Owner

@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

<!-- gh-comment-id:792675396 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#970
No description provided.