404: Not Found | The requested resource could not be found. | Rocket after an reboot. #358

Closed
opened 2026-04-05 21:00:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @coderunner34-ahruphey on 9/9/2025

Prerequisites

Vaultwarden Support String

Vaultwarden Support String is NOT available ☹️☹️

/--------------------------------------------------------------------
| Starting Vaultwarden |

Version 1.34.3
This is an unofficial Bitwarden implementation, DO NOT use the
official channels to report bugs/features, regardless of client.
Send usage/configuration questions or feature requests to:
https://github.com/dani-garcia/vaultwarden/discussions or
https://vaultwarden.discourse.group/
Report suspected bugs/issues in the software itself at:
https://github.com/dani-garcia/vaultwarden/issues/new
--------------------------------------------------------------------/

Vaultwarden Build Version

1.34.3

Deployment method

Official Container Image

Custom deployment method

cat docker-compose.yml

version: "3"
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
ports:
- "80:80"
volumes:
- ./vw-data:/data
environment:
WEBSOCKET_ENABLED: "true"
SIGNUPS_ALLOWED: "true"
ADMIN_TOKEN: ""

Reverse Proxy

HTTPD

Host/Server Operating System

Linux

Operating System Version

Rocky Linux 9.6 with podman

Clients

Web Vault

Client Version

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0

Steps To Reproduce

vaultwarden runs fine with "podman-compose up -d"

LXC reboot

`
404: Not Found

The requested resource could not be found.
Rocket `

Expected Result

App loading fine after a reboot of the podman LXC

Actual Result

Not reboot save

Logs

[INFO] Using saved config from `data/config.json` for configuration.

[WARNING] The following environment variables are being overridden by the config.json file.
[WARNING] Please use the admin panel to make changes to them:
[WARNING] SIGNUPS_ALLOWED, ADMIN_TOKEN

[NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure.
Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`.
See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token

[2025-09-09 10:58:50.125][start][INFO] Rocket has launched from http://0.0.0.0:80
[2025-09-09 10:59:05.220][request][INFO] GET /admin/users/overview
[2025-09-09 10:59:05.222][response][INFO] 404 Not Found
[2025-09-09 10:59:06.981][request][INFO] GET /admin/users/overview
[2025-09-09 10:59:06.982][response][INFO] 404 Not Found
[2025-09-09 10:59:08.040][request][INFO] GET /admin/users/overview
[2025-09-09 10:59:08.040][response][INFO] 404 Not Found
[2025-09-09 11:02:46.998][request][INFO] GET /admin/diagnostics
[2025-09-09 11:02:46.998][response][INFO] 404 Not Found

Screenshots or Videos

Image

Additional Context

No response

*Originally created by @coderunner34-ahruphey on 9/9/2025* ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### Vaultwarden Support String Vaultwarden Support String is NOT available ☹️☹️ /--------------------------------------------------------------------\ | Starting Vaultwarden | | Version 1.34.3 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://github.com/dani-garcia/vaultwarden/discussions or | | https://vaultwarden.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/vaultwarden/issues/new | \--------------------------------------------------------------------/ ### Vaultwarden Build Version 1.34.3 ### Deployment method Official Container Image ### Custom deployment method # cat docker-compose.yml version: "3" services: vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden restart: always ports: - "80:80" volumes: - ./vw-data:/data environment: WEBSOCKET_ENABLED: "true" SIGNUPS_ALLOWED: "true" ADMIN_TOKEN: "<token>" ### Reverse Proxy HTTPD ### Host/Server Operating System Linux ### Operating System Version Rocky Linux 9.6 with podman ### Clients Web Vault ### Client Version Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0 ### Steps To Reproduce vaultwarden runs fine with "podman-compose up -d" LXC reboot ` 404: Not Found The requested resource could not be found. Rocket ` ### Expected Result App loading fine after a reboot of the podman LXC ### Actual Result Not reboot save ### Logs ```text [INFO] Using saved config from `data/config.json` for configuration. [WARNING] The following environment variables are being overridden by the config.json file. [WARNING] Please use the admin panel to make changes to them: [WARNING] SIGNUPS_ALLOWED, ADMIN_TOKEN [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure. Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`. See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token [2025-09-09 10:58:50.125][start][INFO] Rocket has launched from http://0.0.0.0:80 [2025-09-09 10:59:05.220][request][INFO] GET /admin/users/overview [2025-09-09 10:59:05.222][response][INFO] 404 Not Found [2025-09-09 10:59:06.981][request][INFO] GET /admin/users/overview [2025-09-09 10:59:06.982][response][INFO] 404 Not Found [2025-09-09 10:59:08.040][request][INFO] GET /admin/users/overview [2025-09-09 10:59:08.040][response][INFO] 404 Not Found [2025-09-09 11:02:46.998][request][INFO] GET /admin/diagnostics [2025-09-09 11:02:46.998][response][INFO] 404 Not Found ``` ### Screenshots or Videos <img width="346" height="157" alt="Image" src="https://github.com/user-attachments/assets/0bdcd354-1adc-496d-89ff-bb1721c1c149" /> ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#358