mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
Can't edit or create items when accessing through the 'Organizations' tab #879
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 @Alintya on GitHub.
Subject of the issue
When accessing the vault through the Organizations tab, the edit item modal is empty and trying to create a new item throws an error on save, seemingly returning an entire html page.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN
Install method: Docker on Unraid OS
Clients used: web vault, (windows Bitwarden app)
Reverse proxy and version: nginx via swag docker container (2.4.0)
Steps to reproduce
Expected behaviour
Editing or editing items works as is the case on the 'Vaults' tab
Actual behaviour
Troubleshooting data
@Alintya commented on GitHub:
Are there additional log files? the console doesn't produce any records when clicking edit or save
@BlackDex commented on GitHub:
If that is the case then something is blocked by your reverse proxy.
@BlackDex commented on GitHub:
What do the logs say of both Vaultwarden and the reverse proxy.
Does it also use ModSecurity for example? That tends to break stuff, like PUT and DELETE requests.
It works fine for me btw, no issues at all.