<!-- gh-comment-id:4472305158 -->
@dani-garcia commented on GitHub (May 17, 2026):
This should be fixed in `testing` once it builds thanks to https://github.com/dani-garcia/vaultwarden/pull/7191
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 @jdhau on GitHub (May 5, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7186
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Failed HTTP Checks:
Config:
Vaultwarden Build Version
2026.4.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Caddy
Host/Server Operating System
Linux
Operating System Version
Ubuntu 25.04
Clients
Web Vault, iOS
Client Version
No response
Steps To Reproduce
Try to use a passkey to confirm webauthn login of bitwarden native app. It won't find the passkey because the association file is not served.
Expected Result
When loading https://domain.tld/.well-known/apple-app-site-association, the following JSON response needs to be returned:
Actual Result
Loading https://domain.tld/.well-known/apple-app-site-association throws a 422 error. Because this drops the association between the app and vaultwarden, you can get stuck in an auth loop.
Logs
Screenshots or Videos
No response
Additional Context
No response
@dani-garcia commented on GitHub (May 17, 2026):
This should be fixed in
testingonce it builds thanks to https://github.com/dani-garcia/vaultwarden/pull/7191