mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Vaultwarden Web "My vault" is empty #2064
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 @EyyupA on GitHub (Oct 13, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Vaultwarden Build Version
v1.32.1
Deployment method
Official Container Image
Custom deployment method
version: '3.9'
services:
vaultwarden:
container_name: vaultwarden
image: 'vaultwarden/server:1.32.1'
labels:
- "traefik.enable=true"
# Main app routing
- "traefik.http.routers.vaultwarden-allrounder-dev.rule=Host(
*********)"- "traefik.http.services.vaultwarden-allrounder-dev.loadbalancer.server.port=80"
environment:
- WEBSOCKET_ENABLED=true
- PUSH_ENABLED=true
- PUSH_INSTALLATION_ID=************
- PUSH_INSTALLATION_KEY=************
- LOG_FILE=/data/vaultwarden.log
volumes:
- '/vw-data/:/data/'
networks:
traefik_web:
networks:
traefik_web:
external: true
Reverse Proxy
traefik v3.2
Host/Server Operating System
Linux
Operating System Version
Debian
Clients
Web Vault
Client Version
2024.6.2c
Steps To Reproduce
Expected Result
All Items from all Collection.
Actual Result
No items from “My vault” are displayed there. Only those from the other collections
Logs
No response
Screenshots or Videos
Here is a screenshot of Web Vault is display only those from the other collections.
Additional Context
No response