Rocket-Server warnings #1574

Closed
opened 2026-02-05 01:15:49 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @n0one42 on GitHub (Apr 22, 2023).

Subject of the issue

I am working on my new project on building vaultwarden with privileges and so on. Under logs, I am getting this warnings:

[2023-04-22 20:17:50.686][rocket::response::responder::_][WARN] Response was `None`.
[2023-04-22 20:17:50.686][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher.
[2023-04-22 20:21:12.676][rocket::response::responder::_][WARN] Response was `None`.
[2023-04-22 20:21:12.676][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher.
[2023-04-22 20:21:26.443][vaultwarden::api::admin::_][WARN] Request guard `AdminToken` failed: "Unauthorized".
[2023-04-22 20:21:26.443][rocket::server::_][WARN] Responding with registered (admin_login) /admin 401 catcher.
[2023-04-22 20:21:38.965][rocket::response::responder::_][WARN] Response was `None`.
[2023-04-22 20:21:38.965][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher.

I am using traefik as a reverse proxy and I also have since years an old instance which was set with docker compose which is still in prod environment and does not give this errors.

Except of those warnings, everything works as expected. Also syncing, editing, smtp, 2fa, admin page and so on. Only the warnings are annoying.

Deployment environment

  • vaultwarden version: 1.28.1
  • Install method: Ansible Docker

  • Clients used: web vault, desktop, iOS,

  • Reverse proxy and version: traefik v2.9.10

  • MySQL/MariaDB or PostgreSQL version: postgres 15.2

Steps to reproduce

It is a fresh installation which was set with my ansible playbook. All the needed informations can be found here:
container_vaultwarden.yml
vaultwarden_environments.sh.j2
cloudflare_traefik_socketproxy.yml
traefik middlewares and chains

Maybe someone has an idea on how to resolve this warnings

Originally created by @n0one42 on GitHub (Apr 22, 2023). ### Subject of the issue I am working on my new project on building vaultwarden with privileges and so on. Under logs, I am getting this warnings: ```bash [2023-04-22 20:17:50.686][rocket::response::responder::_][WARN] Response was `None`. [2023-04-22 20:17:50.686][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher. [2023-04-22 20:21:12.676][rocket::response::responder::_][WARN] Response was `None`. [2023-04-22 20:21:12.676][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher. [2023-04-22 20:21:26.443][vaultwarden::api::admin::_][WARN] Request guard `AdminToken` failed: "Unauthorized". [2023-04-22 20:21:26.443][rocket::server::_][WARN] Responding with registered (admin_login) /admin 401 catcher. [2023-04-22 20:21:38.965][rocket::response::responder::_][WARN] Response was `None`. [2023-04-22 20:21:38.965][rocket::server::_][WARN] Responding with registered (not_found) 404 catcher. ``` I am using traefik as a reverse proxy and I also have since years an old instance which was set with docker compose which is still in prod environment and does not give this errors. Except of those warnings, everything works as expected. Also syncing, editing, smtp, 2fa, admin page and so on. Only the warnings are annoying. ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.28.1 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Ansible Docker * Clients used: web vault, desktop, iOS, <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> * Reverse proxy and version: traefik v2.9.10<!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: postgres 15.2<!-- if applicable --> ### Steps to reproduce It is a fresh installation which was set with my ansible playbook. All the needed informations can be found here: [container_vaultwarden.yml](https://github.com/n0one42/ansible-playbook-homelab/blob/main/roles/docker_composes/tasks/container_vaultwarden.yml) [vaultwarden_environments.sh.j2](https://github.com/n0one42/ansible-playbook-homelab/blob/main/roles/docker_composes/templates/vaultwarden/secrets/vaultwarden_environments.sh.j2) [cloudflare_traefik_socketproxy.yml](https://github.com/n0one42/ansible-playbook-homelab/blob/main/roles/docker_composes/tasks/cloudflare_traefik_socketproxy.yml) [traefik middlewares and chains](https://github.com/n0one42/ansible-playbook-homelab/tree/main/roles/docker_composes/templates/traefik) Maybe someone has an idea on how to resolve this warnings
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1574