-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
longer aws sync #1043
Comments
Hey @nazarcybulskij, thank you for reaching out. In the browser debug console, do you observe any errors on the console or the network tab? transferring to Amplify studio repository. |
Yes , datastore/conflict-resolution currently enabled on the GraphQL API. I use optimistic stategy |
Hey @nazarcybulskij, I was able to reproduce the issue. The error being thrown is
From the error message and the provided schema, the issue appears to be occurring when not passing the To mitigate the issue, marking the |
I am seeing the same issue with my Amplify setup. error message "Syncing data to cloud. Please do not navigate away from this page" The update never get synced into the dynamodb. The mobile app that uses the dynamodb also get read/write errors. However when i user AppSync to query and run mutation it get synced to the dynamodb. Not sure what changed. I may have entered wrong data because am populating dynamodb manually via Amplify. Are there any checks i can run against dynamodb to verify consistent data. Am new to amplify just 3 months playing with it. |
@knelyoo ensure the the records dont have any type mismatch.
ensure the time field is also filled in as the ABC field depends on the time field value. |
Closing the issue due to inactivity, please feel free in reaching out to us again. |
|
This still happens with no sign of why or how to fix it. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
20.7.0
Amplify CLI Version
12.4.0
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
my graphql.scheme
Project Identifier: df8859697cc34bfcc6c75d3b8ac77f70
Describe the bug
After updating the data in the 'Content' section, I encountered the following message: "Syncing data to the cloud. Please do not navigate away from this page." However, the data syncing process seems to be taking longer than expected or may not be completing successfully.
Data don't save in dynamoDB
Expected behavior
Reproduction steps
3)Observe the message "Syncing data to the cloud."
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: