mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 17:02:14 -05:00
[GH-ISSUE #6605] The macOS client stopped working #35429
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 @InfinityMe on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6605
Prerequisites
Vaultwarden Support String
In November, vaultwarden/server and the official Bitrarden client stopped working on macOS. I added an "s" to the local service address, switching from http to https, and now I can't change it back, and the client always returns a "Failed to fetch" error.
However, the iOS client connects fine.
Vaultwarden Build Version
1.35.0 (2025.12.0)
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
I don't know what proxy is on DSM, Web Station 4.3.0-0528?
Host/Server Operating System
Other
Operating System Version
DSM 7.2.2-72806 Update 5
Clients
Desktop
Client Version
Last
Steps To Reproduce
We enter the server address https://nas.local:1234, enter the username and password, and the client always returns the error "Failed to fetch."
However, the iOS client connects fine, and the web version also works fine.
The IP address is local, and the Synology certificate is invalid until November 2026.
Expected Result
Error "Failed to fetch.
Actual Result
Error "Failed to fetch.
Logs
Screenshots or Videos
Additional Context
No response
Log from an older version that I sent to Bitwarden support.
@BlackDex commented on GitHub (Dec 28, 2025):
Can you provide the support string please? That might help determine your issues
@InfinityMe commented on GitHub (Dec 28, 2025):
Re: [#732439] - DOESN'T WORK
After updating, the macOS version doesn't sync with local storage on the NAS.
The iPhone version works after updating.
It probably requires HTTPS, and it works, but it's broken (screenshot).
Hi Anton,
Thank you for those screenshots.
I thank you in advance for your understanding.
Deployment method: Docker Vaultwarden on Synology.
https://hub.docker.com/r/vaultwarden/server/
Syncing stopped after updating the Bitwarden client on macOS, while updating on iOS had no effect. The web interface also works fine. It seems to have previously connected via http, but now it requires https.
There's nothing interesting in the logs.
I think the macOS application now requires an https connection and is probably checking the certificate. This is causing the connection error because I don't have a valid certificate.
Hi Anton,
Thank you for that detailed response. I'd recommend checking with vaultwarden (bitwarden_rs) directly here (https://github.com/dani-garcia/vaultwarden) as that is not an official Bitwarden server.
I hope this helps; please feel free to let me know if there is anything else I can assist you with.
@stefan0xC commented on GitHub (Jan 2, 2026):
The Support String can be generated in the
/adminpanel (if you have enabled it) in the diagnostics tab.@InfinityMe commented on GitHub (Jan 2, 2026):
I generated the string
anton@MacBook-Pro14-2021-Anton ~ % openssl rand -base64 48
I added it to the Environment Variables of the new container in Docrek Synology.
I go to /admin, enter the string, and get
Error: Invalid admin token, please try again.
@akaJuliaan commented on GitHub (Jan 4, 2026):
@InfinityMe have you restarted your container after you added the random string to the
ADMIN_TOKENenv variable? I am using vaultwarden 1.35.1 and everything works fine.