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 -->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
Install method:docker-compose
Clients used: web vault, chrome extensions
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
@BlackDex commented on GitHub (Mar 30, 2021):
Not something we can fix. This is the same on Upstream.