mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 08:54:01 -05:00
[GH-ISSUE #7166] Neither Support String[admin interface] nor Invite Member buttons work. Nothing happens when clicked. #35584
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 @mystica555 on GitHub (Apr 30, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7166
Prerequisites
Vaultwarden Support String
"generate support string" button will not work. I click it. Nothing happens.
"invite member" buttonwill not work. I click it. Nothing happens.
Here instead is a copy/paste of the diagnostics page. If you REALLY want a video, i can show me smashing my mouse over and over and neither of these 2 buttons will ever do anything.
Vaultwarden Build Version
1.35.7-3-g0ed8ab68
Deployment method
Build from source
Custom deployment method
Proxied with LiteSpeed.
RewriteRule (.*) http://127.0.0.1:29305/$1 [P,L]
Reverse Proxy
litespeed
Host/Server Operating System
Linux
Operating System Version
ALma 8.1
Clients
Web Vault
Client Version
2026.3.1
Steps To Reproduce
Go to '/admin/'
Click on 'Diagnostics'
Scroll down to 'the button'
Click on 'Diagnostic string'
nothing happens
go to an organization.
go to members
click invite member
nothing happens
Expected Result
The diagnostic string to work, and the ability to invite members...
Wtf.
Actual Result
Literally nothing happens. I keep clicking. There are no logs being generated in the logfile. There are no http requests in the litespeed log.
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Apr 30, 2026):
Given that there is no commit https://github.com/dani-garcia/vaultwarden/commit/g0ed8ab68 on GitHub I cannot rule out that your modification is the cause. Since we already have released
1.35.8your version is likely out of date and not based on that. Cf. https://github.com/dani-garcia/vaultwarden/issues/1180Regarding the described issue: If your server logs are not showing any errors you should look into the browser console for errors, because most likely this is caused by one or more javascript files (like
/vw_static/bootstrap.bundle.jsor/vw_static/admin.js, etc.) getting blocked or failing to load. So you could have JavaScript disabled, CSP rules set via your reverse proxy that block requests or an extension installed that is interfering. If you have installed custom admin templates they could also be the cause of the issue.