mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #4995] Not syncing with Safari Browser Extension on macOS Sequoia #2041
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2041
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ctschach on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4995
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Vaultwarden Build Version
1.32.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
apache/2.4.52
Host/Server Operating System
Linux
Operating System Version
Ubuntu 22.04LTS
Clients
Browser Extension, Desktop, iOS
Client Version
2024.8.2 (29359) - via MacApp Store
Steps To Reproduce
Sync via Safari Browser Extension does not work. No entries are shown. If you manually initiate the Sync via:
"Einstellungen -> Tresor -> Synchronisierung -> Jetzt Synchronisieren"
you'll get the error message:
"Synchronisierung Fehlgeschlagen"
Expected Result
Sync the vault and show entries in the Safari extension
Actual Result
Safari Extension give an error when Syncing, while the Chrome extension on the same machine works fine. This behaviour happens on two independent Mac computers.
Logs
No response
Screenshots or Videos
No response
Additional Context
The Sync via Safari works fine with the official Bitwarden Server. This is why I think the problem is based on the server.
@BlackDex commented on GitHub (Sep 26, 2024):
What are the logs of Vaultwarden (already asked in the steps above).
@ctschach commented on GitHub (Sep 26, 2024):
Sorry, missed this. Here are the log entries after I entered the password on the web extension:
When I manually initiate the vault sync, I only see this. Directly after the last entry, the error is shown in the extension.
@BlackDex commented on GitHub (Sep 26, 2024):
Must be sometime in the vault, or a possible issue with the safari extension.
I don't know if the safari browser has an option see errors of the extension.
@ctschach commented on GitHub (Sep 26, 2024):
Yes, you can, but it doesn't seems to have any helpful information
And the two assets that have been downloaded both contain valid data.
@BlackDex commented on GitHub (Oct 1, 2024):
You probably want to check the Konsole here to see error messages of the extension.
Also, try the
testingtagged images of Vaultwarden and check again.@ctschach commented on GitHub (Oct 1, 2024):
So I fixed the issue....
I had around 1.000+ entries in the Trash. Looks like the trash is not emptied automatically. Once I permanently deleted those entires, the Safari Extension synced without any issues.
I had another user on the Bitwarden community who could solve his sync issues with the exact same steps.
@BlackDex commented on GitHub (Oct 1, 2024):
Probably
testingwould have solved the issues as well.If trash is not emptied automatically, then you probably have the cron jobs disabled.
@BlackDex commented on GitHub (Oct 1, 2024):
Closing as resolved