You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
server: Fix "Content hash check for [...] sector [...] FAILED"
The issue was caused by a guard condition which prevented the writing of
entity changes which came from the remote and were marked as deleted,
resulting in an incorrect checksum when attempting to sync.
constlocalEC=sql.getRow<EntityChange|undefined>(`SELECT * FROM entity_changes WHERE entityName = ? AND entityId = ?`,[remoteEC.entityName,remoteEC.entityId]);
0 commit comments