mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Connection refused after updating #1280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tropaion on GitHub (May 26, 2022).
I have vaultwarden running in a Proxmox Debian LXC.
Before, everything worked without problems, but after updating to the latest version when I try to access via browser it says: "Connection refused".
But it's weird, because vaultwarden started without problems and doesn't show any error:
@BlackDex commented on GitHub (May 26, 2022):
Change
ROCKET_ADDRESSto0.0.0.0it currently is running on 127.0.0.1 which is probably causing the issue right now@Tropaion commented on GitHub (May 26, 2022):
Ok weird, now it works. Never had a problem with that before.
Thanks for your help.