[GH-ISSUE #5882] Updating to 1.34.0 gets "500 internal Server Error" on admin ==> diagnostics #2272

Closed
opened 2026-03-03 02:16:49 +03:00 by kerem · 4 comments
Owner

Originally created by @Rene1001000 on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5882

Vaultwarden Support String

not possible because diganostics pacge can not be reached (description see below)

Vaultwarden Build Version

1.34.0

Deployment method

Official Container Image

Custom deployment method

No response

Reverse Proxy

yes

Host/Server Operating System

NAS/SAN

Operating System Version

Synology DSM 7.2.2-72806 Update 3

Clients

Web Vault

Client Version

No response

Steps To Reproduce

description see below

Expected Result

Open diagnostics page

Actual Result

500 Internal Server Error

Logs

[2025-05-26 22:15:10.433][panic][ERROR] thread 'rocket-worker-thread' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unexpected character '-' while parsing major version number")': src/api/admin.rs:701
   0: vaultwarden::init_logging::{{closure}}
   1: std::panicking::rust_panic_with_hook
   2: std::panicking::begin_panic_handler::{{closure}}
   3: std::sys::backtrace::__rust_end_short_backtrace
   4: __rustc::rust_begin_unwind
   5: core::panicking::panic_fmt
   6: core::result::unwrap_failed
   7: vaultwarden::api::admin::diagnostics::{{closure}}
   8: vaultwarden::api::admin::diagnostics::into_info::monomorphized_function::{{closure}}
   9: rocket::server::<impl rocket::rkt::Rocket<rocket::phase::Orbit>>::route::{{closure}}
  10: rocket::server::hyper_service_fn::{{closure}}::{{closure}}
  11: tokio::runtime::task::raw::poll
  12: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
  13: tokio::runtime::scheduler::multi_thread::worker::run
  14: tokio::runtime::task::raw::poll
  15: std::sys::backtrace::__rust_begin_short_backtrace
  16: core::ops::function::FnOnce::call_once{{vtable.shim}}
  17: std::sys::pal::unix::thread::Thread::new::thread_start

Screenshots or Videos

Image

Image

Additional Context

I just updated to version 1.34.0
Everything works fine as far as I can see except the diagnostics page in the admin panel. Anytime I try to go to the diagnostics page, I get "500 Internal Server Error" as seen on the attached picture "Server_Error.jpg"

I attached the the log of my Docker Vaultwarden instance ("Screenshot_Vaultwarden.jpg") but I´m not able to generate a support string

Originally created by @Rene1001000 on GitHub (May 26, 2025). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5882 ### Vaultwarden Support String not possible because diganostics pacge can not be reached (description see below) ### Vaultwarden Build Version 1.34.0 ### Deployment method Official Container Image ### Custom deployment method _No response_ ### Reverse Proxy yes ### Host/Server Operating System NAS/SAN ### Operating System Version Synology DSM 7.2.2-72806 Update 3 ### Clients Web Vault ### Client Version _No response_ ### Steps To Reproduce description see below ### Expected Result Open diagnostics page ### Actual Result 500 Internal Server Error ### Logs ```text [2025-05-26 22:15:10.433][panic][ERROR] thread 'rocket-worker-thread' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unexpected character '-' while parsing major version number")': src/api/admin.rs:701 0: vaultwarden::init_logging::{{closure}} 1: std::panicking::rust_panic_with_hook 2: std::panicking::begin_panic_handler::{{closure}} 3: std::sys::backtrace::__rust_end_short_backtrace 4: __rustc::rust_begin_unwind 5: core::panicking::panic_fmt 6: core::result::unwrap_failed 7: vaultwarden::api::admin::diagnostics::{{closure}} 8: vaultwarden::api::admin::diagnostics::into_info::monomorphized_function::{{closure}} 9: rocket::server::<impl rocket::rkt::Rocket<rocket::phase::Orbit>>::route::{{closure}} 10: rocket::server::hyper_service_fn::{{closure}}::{{closure}} 11: tokio::runtime::task::raw::poll 12: tokio::runtime::scheduler::multi_thread::worker::Context::run_task 13: tokio::runtime::scheduler::multi_thread::worker::run 14: tokio::runtime::task::raw::poll 15: std::sys::backtrace::__rust_begin_short_backtrace 16: core::ops::function::FnOnce::call_once{{vtable.shim}} 17: std::sys::pal::unix::thread::Thread::new::thread_start ``` ### Screenshots or Videos ![Image](https://github.com/user-attachments/assets/e8bfd4aa-6cd1-4194-a592-92daa6997189) ![Image](https://github.com/user-attachments/assets/0afc7b77-f50f-40cd-9e07-34ed5cb6375d) ### Additional Context I just updated to version 1.34.0 Everything works fine as far as I can see except the diagnostics page in the admin panel. Anytime I try to go to the diagnostics page, I get "500 Internal Server Error" as seen on the attached picture "Server_Error.jpg" I attached the the log of my Docker Vaultwarden instance ("Screenshot_Vaultwarden.jpg") but I´m not able to generate a support string
kerem 2026-03-03 02:16:49 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@lexcyn commented on GitHub (May 26, 2025):

Seeing the same issue after updating.

<!-- gh-comment-id:2910595147 --> @lexcyn commented on GitHub (May 26, 2025): Seeing the same issue after updating.
Author
Owner

@moprojo commented on GitHub (May 26, 2025):

same problem here

<!-- gh-comment-id:2910629042 --> @moprojo commented on GitHub (May 26, 2025): same problem here
Author
Owner

@NoseyNick commented on GitHub (May 26, 2025):

Ah, sorry, I made #5888 , hadn't realised there was a CLOSED issue for this already.
forgive me, I think I expected an OPEN issue until it was fully resolved in the wild / latest 😆

<!-- gh-comment-id:2910665977 --> @NoseyNick commented on GitHub (May 26, 2025): Ah, sorry, I made #5888 , hadn't realised there was a **CLOSED** issue for this already. forgive me, I think I expected an **OPEN** issue until it was fully resolved in the wild / `latest` 😆
Author
Owner

@NoseyNick commented on GitHub (May 27, 2025):

1.34.1 looks good, thanks @dani-garcia , thanks @BlackDex , thanks all! 🖖

<!-- gh-comment-id:2910806807 --> @NoseyNick commented on GitHub (May 27, 2025): `1.34.1` looks good, thanks @dani-garcia , thanks @BlackDex , thanks all! 🖖
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#2272
No description provided.