when a delete is captured by "offline" it produces a list of api item id's to delete and these appear to be processed on the next sync event. The system is processing the list of deletes and returning an 200 OK status for each one..but the local-storage list of "to-be-deleted" is never updated. As a result, the next sync event again attempts to delete the same items which have already been removed from the server?
when a delete is captured by "offline" it produces a list of api item id's to delete and these appear to be processed on the next sync event. The system is processing the list of deletes and returning an 200 OK status for each one..but the local-storage list of "to-be-deleted" is never updated. As a result, the next sync event again attempts to delete the same items which have already been removed from the server?
any suggestions?