Closed skim037 closed 2 years ago
I think I found the issue. I noticed that there were a lot of data accumulated over time while I was testing. It could be that the sync operation took long time and eventually timed out? After deleting the record, the app starts working again.
Before resolving the issue, is there a way to debug this more efficiently? Where can I get logs to investigate issues related to datastore?
Thanks.
Hi @skim037 - sorry you are facing this issue. On iOS, DataStore logs can be viewed most easily by running the app through Xcode. Can you try that and let me know if DataStore was indeed timing out or if there are other issues going on?
@dnys1 Thanks for the information!. I will give it a try next time I run into Datastore issues. Please feel free to close this issue.
Thanks
Sounds good, thanks @skim037. And please feel free to create another if you run into any more issues.
Description
I started seeing this issue suddenly. There is no changes to my app or schema.
When my app starts, it listens to datastore event like this.
For some reason, datastore is not sending any events. I have not made any changes as far as I'm aware. No code changes, no recent upgrades, no schema changes. I was wondering if there is something going on from datastore side.
Thanks.
Categories
Steps to Reproduce
No response
Screenshots
No response
Platforms
Android Device/Emulator API Level
No response
Environment
Dependencies
Device
iPhone 12
OS
iOS
Deployment Method
Amplify CLI
CLI Version
10.0.0
Additional Context
No response
Amplify Config
?