mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1497] Bitwarden Send : error #984
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @doreks on GitHub (Mar 16, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1497
Subject of the issue
using the new bitwarden send feature I am getting this error:
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Install method:
docker installation:
docker run -d --name='bitwardenrs' --net='private-net' --ip='172.22.0.22' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'SERVER_ADMIN_EMAIL'='email@email.com' -e 'SIGNUPS_ALLOWED'='false' -e 'INVITATIONS_ALLOWED'='false' -e 'WEBSOCKET_ENABLED'='true' -e 'ADMIN_TOKEN'='*********' -p '8086:80/tcp' -v '/mnt/user/appdata/bitwarden':'/data':'rw' -e LOG_LEVEL=warn -e EXTENDED_LOGGING=true -e LOG_FILE=/data/bitwarden.log -e WEBSOCKET_ENABLED=true -p 3012:3012 'bitwardenrs/server'
Clients used:
desktop
@darrenjl0 commented on GitHub (Mar 16, 2021):
Send functionality was only recently merged (implemented) in the testing branch not "bitwardenrs/server" which is the latest stable release. Pretty sure the dev's said you can run the testing branch if you really want send functionality now. You can still downgrade later if you want as there is no breaking database changes but I would backup 1st anyway.
@BlackDex commented on GitHub (Mar 16, 2021):
use
bitwardenrs/server:testingif you want to have this function.