mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-27 07:58:30 +03:00
Sync fails on iOS app, macOS app, browser extensions, web vault #730
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 @TommasoAmici on GitHub (Jun 20, 2020).
Subject of the issue
Data won't sync on iOS app, browser extensions, web vault.
Your environment
bitwardenrs/server:alpineonce a week)Steps to reproduce
This is how I start the container:
Then I proxy all the requests to my domain with nginx to the container.
Expected behavior
The clients should all sync
Actual behaviour
No client is able to sync
Relevant logs
From the logs no error is thrown
Seemingly the data is there, I can query the SQLite file and it's not corrupted.

All the clients login correctly, but no data is pulled
@TommasoAmici commented on GitHub (Jun 20, 2020):
Extra info: I have tried to add an item through the web vault and it saves correctly, and through the admin I see the count has increased by 1. So it didn't overwrite anything.
@TommasoAmici commented on GitHub (Jun 21, 2020):
After digging through the logs, it turns out my nginx config was not set up correctly.
In my case the issue was that the user nginx was running under did not have the correct permissions to serve the javascript files from the container.