mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-18 01:49:32 -05:00
[GH-ISSUE #7188] ALLOW_SEND env var / allowing send in admin panel - not working #30129
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 @maxhoheiser on GitHub (May 5, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7188
Prerequisites
Vaultwarden Support String
Subject: "Enterprise Policy" error when creating Sends (400 Bad Request) despite SENDS_ALLOWED=true
Describe the bug
I am unable to create new Bitwarden Sends. Even though
SENDS_ALLOWEDis set totrueand the Admin Panel reflects this, the container logs an error claiming an Enterprise Policy is preventing the action.Environment
Actual behavior (Logs)
The container logs show:
Docker Compose Configuration
Additional Context
I am the admin and there are no specific enterprise policies configured within the organization settings that should restrict Sends. This started occurring on version 1.35.7.
Vaultwarden Build Version
1.35.7-alpine
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
traefik
Host/Server Operating System
Linux
Operating System Version
debian 13
Clients
Desktop
Client Version
No response
Steps To Reproduce
Expected Result
New Sends should be created successfully since they are enabled in the environment configuration.
Actual Result
Logs
Screenshots or Videos
No response
Additional Context
No response