[GH-ISSUE #1554] Send item not sync automatic #28491

Closed
opened 2026-06-17 08:08:01 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @cloverzrg on GitHub (Mar 29, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1554

Subject of the issue

The send item not sync(the password item work)

Deployment environment

  • bitwarden_rs version:1.20.0
  • Install method:docker-compose

  • Clients used: web vault, chrome extensions

version: '3.3'

services:
   bitwardenrs:
     image: bitwardenrs/server:latest
     container_name: bitwardenrs
     volumes:
       - ./data:/data
     environment:
       TZ: Asia/Shanghai
     restart: always
     networks:
       - traefik-net
     env_file:
       - ./conf.env
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.bitwarden.rule=Host(`bitwarden.xxx.com`)"
       - "traefik.http.services.bitwarden.loadbalancer.server.port=80"
       - "traefik.http.routers.bitwarden-ws.rule=Host(`bitwarden.xxx.com`) && Path(`/notifications/hub`)"
       - "traefik.http.services.bitwarden-ws.loadbalancer.server.port=3012"
       - "traefik.http.routers.bitwarden.service=bitwarden"
       - "traefik.http.routers.bitwarden-ws.service=bitwarden-ws"


networks:
  traefik-net:
    external:
      name: traefik-net

Steps to reproduce

Add a send item in web value, but not found in the chrome extension
and i edit a Login item in web value, the change synced in the chrome extensions. so my sync config should work.
I had to sync the send item by click the "sync" button in chrome extension

Expected behaviour

Actual behaviour

Troubleshooting data

Originally created by @cloverzrg on GitHub (Mar 29, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1554 ### Subject of the issue <!-- Describe your issue here. --> The send item not sync(the password item work) ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from bitwarden_rs --> <!-- Remember to check if your issue exists on the latest version first! --> * bitwarden_rs version:1.20.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method:docker-compose * Clients used: web vault, chrome extensions ``` version: '3.3' services: bitwardenrs: image: bitwardenrs/server:latest container_name: bitwardenrs volumes: - ./data:/data environment: TZ: Asia/Shanghai restart: always networks: - traefik-net env_file: - ./conf.env labels: - "traefik.enable=true" - "traefik.http.routers.bitwarden.rule=Host(`bitwarden.xxx.com`)" - "traefik.http.services.bitwarden.loadbalancer.server.port=80" - "traefik.http.routers.bitwarden-ws.rule=Host(`bitwarden.xxx.com`) && Path(`/notifications/hub`)" - "traefik.http.services.bitwarden-ws.loadbalancer.server.port=3012" - "traefik.http.routers.bitwarden.service=bitwarden" - "traefik.http.routers.bitwarden-ws.service=bitwarden-ws" networks: traefik-net: external: name: traefik-net ``` ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> Add a send item in web value, but not found in the chrome extension and i edit a Login item in web value, the change synced in the chrome extensions. so my sync config should work. I had to sync the send item by click the "sync" button in chrome extension ### Expected behaviour <!-- Tell us what you expected to happen --> ### Actual behaviour <!-- Tell us what actually happened --> ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data -->
Author
Owner

@BlackDex commented on GitHub (Mar 30, 2021):

Not something we can fix. This is the same on Upstream.

<!-- gh-comment-id:810456180 --> @BlackDex commented on GitHub (Mar 30, 2021): Not something we can fix. This is the same on Upstream.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#28491