Got a mismatch between global and local state for one folder:
No errors on any side, all up to date, other side has the same amount of folders/files as the local state in the screenshot (11882/701) for both local and global state so I guess everything is in sync and only global state is wrong.
Folder status in the API:
{
"errors": 0,
"pullErrors": 0,
"invalid": "",
"globalFiles": 12630,
"globalDirectories": 713,
"globalSymlinks": 0,
"globalDeleted": 28376,
"globalBytes": 954143970523,
"globalTotalItems": 41719,
"localFiles": 11882,
"localDirectories": 701,
"localSymlinks": 0,
"localDeleted": 10960,
"localBytes": 954143968987,
"localTotalItems": 23543,
"needFiles": 0,
"needDirectories": 0,
"needSymlinks": 0,
"needDeletes": 0,
"needBytes": 0,
"needTotalItems": 0,
"receiveOnlyChangedFiles": 0,
"receiveOnlyChangedDirectories": 0,
"receiveOnlyChangedSymlinks": 0,
"receiveOnlyChangedDeletes": 0,
"receiveOnlyChangedBytes": 0,
"receiveOnlyTotalItems": 0,
"inSyncFiles": 12630,
"inSyncBytes": 954143970523,
"state": "idle",
"stateChanged": "2025-06-07T17:10:53+02:00",
"error": "",
"version": 64934,
"sequence": 64934,
"remoteSequence": {
"2X5ZKRO-...": 70568
},
"ignorePatterns": false,
"watchError": ""
}
Already tried --debug-reset-delta-idxs
but no change. Remote device is still on v1. Should I send the database or anything else I can try?