No entries after update
Solved
Vaultwarden
-
I just updated vaultwarden, and in the web interface it doesn't show me any of my passwords, also the "tools" menu doesn't lead nowhere.
Anybody else have these issues?
-
nevermind, restarting the app fixed it
-
But somehow "login via device" does not work, do I have to set up something special for that? I get the login request on my phone, but when I click accept it keeps telling me that it couldn't handle my request. Or is that blocked if you use other security measures, perhaps?
-
In my bitwarden, I got this error:
Sep 01 14:57:450: vaultwarden::init_logging::{{closure}} Sep 01 14:57:4510: tokio::runtime::park::CachedParkThread::block_on Sep 01 14:57:4511: tokio::runtime::context::runtime::enter_runtime Sep 01 14:57:4512: tokio::runtime::runtime::Runtime::block_on Sep 01 14:57:4513: vaultwarden::main Sep 01 14:57:4514: std::sys_common::backtrace::__rust_begin_short_backtrace Sep 01 14:57:4515: std::rt::lang_start::{{closure}} Sep 01 14:57:4516: std::rt::lang_start_internal Sep 01 14:57:4517: main Sep 01 14:57:4518: <unknown> Sep 01 14:57:4519: __libc_start_main Sep 01 14:57:451: std::panicking::rust_panic_with_hook Sep 01 14:57:452023-09-01 09:27:45,863 INFO exited: core (exit status 101; not expected) Sep 01 14:57:4520: _start Sep 01 14:57:452: std::panicking::begin_panic_handler::{{closure}} Sep 01 14:57:453: std::sys_common::backtrace::__rust_end_short_backtrace Sep 01 14:57:454: rust_begin_unwind Sep 01 14:57:455: core::panicking::panic_fmt Sep 01 14:57:456: core::result::unwrap_failed Sep 01 14:57:457: vaultwarden::db::mysql_migrations::run_migrations Sep 01 14:57:458: vaultwarden::db::DbPool::from_config Sep 01 14:57:459: vaultwarden::main::{{closure}} Sep 01 14:57:45[2023-09-01 09:27:45.858][panic][ERROR] thread 'main' panicked at 'Error running migrations: QueryError(DieselMigrationName { name: "2023-06-17-200424_create_auth_requests_table", version: MigrationVersion("20230617200424") }, DatabaseError(Unknown, "Referencing column 'user_uuid' and referenced column 'uuid' in foreign key constraint 'auth_requests_ibfk_1' are incompatible."))': src/db/mod.rs:471
-
@RazielKanos so your issue is related to https://github.com/dani-garcia/vaultwarden/issues/3819 I think.
My issue is similar to https://github.com/dani-garcia/vaultwarden/issues/3820
-