I've created a Amplify project with Amplify CLI v11.1.0, aws-amplify v5.1.3, Vuejs v2.6.11 and I've never been able to sync the local db to the cloud, when I created some data in AppSync and these data is downloaded with the synchronization what does AppSync do, but the issue is when I create some data from the localhost or app deployed into amplifyapp.com domain, since these data never is sent to the cloud and sometimes it is deleted and I have no way to recover it. This happening also between differents browsers on localhost, the data is not shared to them, just keep into the browser session.
So far, I check the DEBUG logs nevertheless I don't see any error or something that I believe that its the issue, also I changed the value of maxRecordsToSync=10 and fullSyncInterval=10 into the configuration in order to reduce the time and elements to be synchronized, also I have a console.log in the errorHandler function into the configuration, and still I can't find the error.
Note: I've asked this question here thousands of times and I've not been able to find a solution to the problem so far.
Thanks for all,