mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-29 07:45:41 -05:00
[GH-ISSUE #6281] 404: Not Found | The requested resource could not be found. | Rocket after an reboot. #39637
Reference in New Issue
Block a user
Originally created by @coderunner34-ahruphey on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6281
Prerequisites
Vaultwarden Support String
Vaultwarden Support String is NOT available ☹️☹️
/--------------------------------------------------------------------
| Starting Vaultwarden |
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
Screenshots or Videos
Additional Context
No response