#Amplify not push data to the Cloud

6 messages · Page 1 of 1 (latest)

fluid python
#

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,

fluid python
#

Hi, in my last try I created some elements into DynamoDb, for example some user data and I noticed these items are tried to download but they're not set into IndexedDB

#

it's could be an issue in the sync?

#

I think it could be happening to me the same case for the sync to the cloud since items are being sent to the cloud nevertheless they are never stored into DynamoDB

fluid python
#

Any workaround with this case?