Replies: 2 comments 18 replies
-
Could you try and remove "restart: unless-stopped" from your compose-file and check the logs again? Then it should not restart automatically and you might see the issue. Also with LOG_LEVEL=info some information might not even be shown in the logs, try different values like error or debug for LOG_LEVEL and check again |
Beta Was this translation helpful? Give feedback.
-
Ditto. I have the same issue on docker in vaultwarden 1.33.2 on a ubuntu 24.0.1 LTS. Previously working configuration is now broken despite there being no interaction with the server or underlying hardware. Vaultwarden exits with code 135 and there are no error logs, even when the most verbose logging is enabled. In my case, I can navigate to the login page, but when the password is submitted, vaultwarden immediately crashes with 135, completely preventing the ability to log in. I've bisected the docker images to get me past the login in 1.32.5 and break on 1.32.6. At least on my system, the API calls to the following paths (which happen as part of the login process) will cause the server to immediately crash with the last know log being a call to either of those two endpoints.
Right now I'll just have vaultwarden pinned to the working version until the bug is fixed. Since I'm running the docker container in VM across varying hardware on proxmox, I suspect that there might be subtle bugs that only show up due to the underlying hypervisor/host configuration as well. |
Beta Was this translation helpful? Give feedback.
-
Hello all. Wondering if there is any help available out there. Thank in advance for any pointers or advice!
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
v1.33.2
Deployment method
Official Container Image
Docker version 27.5.1, build 9f9e405
Custom deployment method
Reverse Proxy


nginx external to the vaultwarden instance
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04.1 LTS
Clients
Web Vault
Client Version
No response
Steps To Reproduce
I'm not sure because this problem started recently. Watchtower keeps things updated. The last time I thought I had an issue, when I tracked down a possible resolution, I added the ROCKET_ADDRESS=0.0.0.0 to my environment variables and it seems to resolve.
Actual Result
User is logged out from Web Vault.
Unable to log back in sometimes. You can mash the login button and get lucky.
Logs in browser console:
vaultwarden-1739616649170.log
Rocket
Logs
The logs repeat this over and over again. Sometime you can see a login but then it restarts over and over again.
Additional Context
I've been running Vaultwarden for some time now (like 4-5 years I think). For the most part, it's been able to run on autopilot but recently, it's been constantly resetting and I can't figure out why. The logs don't show anything even in Trace mode. The only other clue I have is that if I turn off restart: unless-stopped and set it to restart: no, I get an exit code of 135.
Doing some online research, it seems like code 135 is some sort of system issue but I've got plenty of RAM, CPU and SSD space (I'm running Ubuntu on Proxmox. The Ubuntu server is running 6CPU, 32GB RAM and I've got plenty of SSD left. Again, this has been running forever without issue. Are their any additional, NON-DISTRUCTIVE, methods of testing things out? I have backups but I'd REALLY rather not have to start from scratch on this.
Here is my Compose file as well:
I enable tracing on the logs and found this:
It seems like it gets up and running and then something causes it to restart but there is no error flagged?
Beta Was this translation helpful? Give feedback.
All reactions