admin/diagnostics page returns 404 in latest version (1.26.0) #1017

Closed
opened 2025-10-09 17:00:57 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @yggdrasil-tynor on GitHub.

Subject of the issue

admin/diagnostics returns a 404 in latest version (1.26.0).

Deployment environment

Docker in Azure App Service (cannot post diagnostics as it is not working anymore)

  • vaultwarden version:
    1.26.0
  • Install method:
    docker run @ Azure

  • Clients used:
    web client

  • MySQL/MariaDB or PostgreSQL version:
    Embedded database (sqlite)

Steps to reproduce

Running latest tag of vaultwarden/server:alpine

Expected behaviour

Show the diagnostics page

Actual behaviour

404 site

Troubleshooting data

2022-11-01T11:06:01.448767120Z [2022-11-01 11:06:01.447][request][INFO] GET /admin/diagnostics
2022-11-01T11:06:01.449452230Z [2022-11-01 11:06:01.447][][WARN] Request guard AdminToken is forwarding.
2022-11-01T11:06:01.449464530Z [2022-11-01 11:06:01.447][
][WARN] Response was None.
2022-11-01T11:06:01.449469030Z [2022-11-01 11:06:01.447][_][WARN] Responding with registered (not_found) 404 catcher.
2022-11-01T11:06:01.449473230Z [2022-11-01 11:06:01.448][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found

Originally created by @yggdrasil-tynor on GitHub. ### Subject of the issue admin/diagnostics returns a 404 in latest version (1.26.0). ### Deployment environment Docker in Azure App Service (cannot post diagnostics as it is not working anymore) * vaultwarden version: 1.26.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: docker run @ Azure * Clients used: <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> web client * MySQL/MariaDB or PostgreSQL version: Embedded database (sqlite) ### Steps to reproduce Running latest tag of vaultwarden/server:alpine ### Expected behaviour Show the diagnostics page ### Actual behaviour 404 site ### Troubleshooting data > 2022-11-01T11:06:01.448767120Z [2022-11-01 11:06:01.447][request][INFO] GET /admin/diagnostics > 2022-11-01T11:06:01.449452230Z [2022-11-01 11:06:01.447][_][WARN] Request guard `AdminToken` is forwarding. > 2022-11-01T11:06:01.449464530Z [2022-11-01 11:06:01.447][_][WARN] Response was `None`. > 2022-11-01T11:06:01.449469030Z [2022-11-01 11:06:01.447][_][WARN] Responding with registered (not_found) 404 catcher. > 2022-11-01T11:06:01.449473230Z [2022-11-01 11:06:01.448][response][INFO] (web_files) GET /<p..> [10] => 404 Not Found
Author
Owner

@BlackDex commented on GitHub:

You need to go to /admin first, login, and after that you can go to the diagnostics page.

@BlackDex commented on GitHub: You need to go to `/admin` first, login, and after that you can go to the diagnostics page.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1017