Hello everyone,
I am sorry if that is not appropriate, but I am having an issue in the deployment of Vaultwarden. I have installed the deb from [https://vaultwarden-deb.pages.dev/] (GitHub: [GitHub - gvtulder/vaultwarden-deb: Debian/Ubuntu repository for Vaultwarden]) and I am able to get it running but when I enter IP+port of the Rocket server in my browser, I am faced with a timeout.
Here are the last lines of the log (I have switched it to debug):
[2024-04-22 19:10:56.976][start][INFO] Rocket has launched from http://127.0.0.1:3000
[2024-04-22 19:11:56.965][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:11:56.965][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:12:56.967][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:12:56.967][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:13:56.970][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:13:56.970][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:14:56.972][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:14:56.972][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:15:56.974][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:15:56.974][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:16:56.976][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:16:56.976][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:17:56.979][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:17:56.979][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2024-04-22 19:18:56.981][vaultwarden::api::core::accounts][DEBUG] Purging auth requests
[2024-04-22 19:18:56.981][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
I can provide any info you need of course.