-
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
Sudden Disappearance of Data in Amplify Admin UI, Despite Accessibility via AppSync and GraphQL #1096
Comments
Hey @Its-suLav-D, on the browser debug console do you observe any errors/network call failures on the Data manager page? |
@ykethan I do see network status false. |
Hey @Its-suLav-D, do you observe any API calls errors under the network tab? While on the Data manager, could you refresh the page to ensure the GraphQL API calls are logged then inspect the request and response? |
@ykethan It wasn't showing anything until yesterday. Now, it started working all of a sudden. I haven't changed anything at all. The only thing that I did was re-deploying my backend like three days ago. |
I was wrestling with updating my API keys and then slammed into this issue here. I assumed that it was related to my new API keys, but seeing this issue here it might just be a coincidence. Is there a bad version of Amplify Studio that breaks the Data Manager? I already tried to disable and re-enable and that didn't work. Other ideas, other than sit around praying that it magically starts working again like it did for @Its-suLav-D? I am seeing this issue across four environments that span two AWS accounts. In terms of console messages:
|
This is what fixed my Data Manager, in the end:
Presuming it was related to updating the API key, but heavens, this whole Amplify framework seems to behave in a very random way. Hard to know what's going on. |
Please let us know if you see the issue again, happy to dive further as we arent able to reproduce it in our end. |
|
Which Specific Feature is your question related to?
Amplify UI
Question
Hey there!
I've run into a bit of a puzzling situation with my project using AWS Amplify's DataStore. Up until recently, everything was cruising along smoothly. I've been using DataStore for all my CRUD operations and subscriptions, and it's been great. But, out of the blue, I've hit a snag: the content that should be visible in the Amplify Admin UI has vanished into thin air.
What's Going On:
Previously, data visibility and management through the Amplify Admin UI were spot on. Now, despite no changes on my end, the data is playing a game of hide and seek – it's nowhere to be seen in the Admin UI.
The twist in the tale is that when I query the same data using GraphQL through AppSync, it's right there, as expected. So, the data is definitely there and intact, it's just the Admin UI that's giving me the silent treatment. Since, I am using DataStore, my I neither fetch nor perform CRUD from my react app anymore.
Steps I've Tried:
Looked for the data in the Amplify Admin UI, particularly in the DataStore models section.
Noticed that it's like a ghost town – no data in sight.
Switched over to querying via AppSync with GraphQL.
What I'm Expecting:
Ideally, the data managed by Amplify DataStore should be consistently visible and accessible both in the Amplify Admin UI and via AppSync/GraphQL queries.
A Bit More Info:
Everything was smooth sailing until this issue popped up. No major changes were made recently that I can think of. It's a bit like someone flipped a switch and the data just disappeared from the Admin UI.
The text was updated successfully, but these errors were encountered: