mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Sync fail on MacDesktop only #1830
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 @DblK on GitHub (Jan 28, 2024).
Subject of the issue
Syncing from the desktop MacOS Arm version from apple store does not sync.
However, mobile app and extension sync well.
Deployment environment
1.30.1Install method: Extracted today from docker using this
Clients used:
MacOs Desktop M1 2023.12.1 (16254)(failing) &Android 2024.1.1 (8843)working &Extension Chrome 2024.1.1workingReverse proxy and version:
caddy v2.6.4 h1:2hwYqiRwk1tf3VruhMpLcYTg+11fCdr8S3jhNAdnPy8=MySQL/MariaDB or PostgreSQL version:
sqliteOther relevant details:
Steps to reproduce
Nothing changed from default, just:
Expected behaviour
Sync on desktop should not fail
Actual behaviour
Desktop app is out of sync
Troubleshooting data
Log from extension
Log from desktop app
@BlackDex commented on GitHub (Jan 28, 2024):
I'm not seeing errors in the logs.
Try to fully logout and back in, not lock, but logout.
That probably solves your issues.
@DblK commented on GitHub (Jan 28, 2024):
Yes, I did what you suggested and
logout/loginwas the right call. It's working again.Thx