
Hi everyone, I'm quite excited about this Appwrite project especially the much awaited "offline-data-sync" functionality, i'm using this service but I have some issues that need to be answered by everyone.
I have followed this discussion (https://github.com/appwrite/appwrite/discussions/5326) and run successfully example "Todo with Flutter" using "sdk-flutter" and "offline-data-sync" functionality but,
My usecase is:
- When my phone is offline, i create an item todo "Do task 1", default isComplete=false
- Then i mark done this item (Update item "Do task 1" with isComplete=true)
- When my phone is online, it conflict error (be like image)
My expect is:
- When my phone is online, the item "Do task 1" will have isComplete=true
Can anyone help me to solve this problem ... Thanks

Yes, this is one of the outstanding things we need to figure out before releasing offline support

We added a way to block write requests on documents that have been updated after the write request was queued....but now if you have 2 updates to a document, the 1st will update the update timestamp on the document and then the 2nd will think it's a conflict because it was updated after the request was queued

Will this pattern be resolved as I expect result in the near future sir ? ...

I'm not sure about the timeline, but we're working on it
Recommended threads
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
