-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
bugdata corruption - sync failure - crash - anrThe most critical classificationThe most critical classificationnot-reproducibleWe could not reproduce the issue, needs input from reporterWe could not reproduce the issue, needs input from reporter
Description
Description
When QGIS plugin client and mobile client start from the same project version, then the plugin deletes a feature and syncs, and afterwards the mobile client edits that same (already deleted) feature and tries to sync, the sync becomes permanently blocked (project can’t be synced on mobile anymore).
This reproduces on PROD server.
Environment
PROD
Application (+ app version, build, operating system)
- QGIS version: 3.44.7-Solothurn
- Plugin version: 2026.2.1
- iOS app version/build: 26.3.870211
- iOS version: iOS 26.3
Steps to reproduce
- Ensure QGIS plugin client and mobile client are on the same initial project version (no pending changes).
- In QGIS (plugin), delete a feature in a layer (example from error:
polygon_layer) and sync to server. - On mobile, open/edit the same feature that has already been deleted by the plugin.
- Save the edit on mobile.
- Tap Sync in mobile.
Actual results
- Mobile app shows “Failed to synchronise your changes”.
- Sync fails with a GEODIFF conflict and never recovers; further sync attempts keep failing and the project remains stuck on the device.
Error details (from iOS dialog):
Failed to create new version: polygon_layer.gpkg error=sync error: project test onboarding/test_v2_pullGEODIFF WARNING: CONFLICT: delete_nothingGEODIFF ERROR: Conflicts encountered while applying changes! Total 1- Conflict snippet includes:
table: "polygon_layer", type: "delete"
Expected results
- Mobile should prevent editing a feature that was deleted on the server (or warn “feature no longer exists” and discard/rollback the local edit).
- Even if such an edit happens, sync must recover (e.g., drop invalid change / present resolution) and must not permanently block syncing.
Screenshots or logs
- iOS sync error dialog showing
GEODIFF WARNING: CONFLICT: delete_nothingandGEODIFF ERROR: Conflicts encountered while applying changes! Total 1.
Conclusion
Created by GitHub Copilot and supervised by a human test analyst.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdata corruption - sync failure - crash - anrThe most critical classificationThe most critical classificationnot-reproducibleWe could not reproduce the issue, needs input from reporterWe could not reproduce the issue, needs input from reporter