-
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
Error when trying to see data content in amplify -> content (Data Manager) #1090
Comments
Tried deleting and adding the schema again, same issue. |
Hey @kNikKumar, Thank you for raising this. Are you able to create the data from AppSync console? |
Hi @AnilMaktala, not for this table. For others yes. |
Hey @kNikKumar, Thanks for checking on that. To test something, would you mind updating the UserType model name to something slightly different, like UserType1 or UserTypeV2? Once changed, can you verify and let me know? |
Hey @AnilMaktala I tried changing table name to UserProfession same issue comes up in Amplify studio. I have relatively less tables and I am not able to create a new one, is there a limit on number of table creation. Currently I have 16 tables. |
Is there a log or something which I can check I am not seeing any error messages, when I do amplify push. |
Also don't know whether it would be helpful or not but, since the something went wrong while table creation, when my app is running I keep getting this warning in terminal :
|
HI @kNikKumar, I don't see anything special with the |
Hey @kNikKumar, Are you still experiencing this issue? |
I am facing this issue as well, any solution or a reason for this to happen? |
Yes still facing this issue, I suspect something is wrong with App Sync, DynamoDB is not correctly syncing up with DataStore . But how to debug this and check, I don't see any error log. Is there a way to duplicate my amplify project ? |
Hey,👋 thanks for raising this! I'm going to transfer this over to our Studio repository for better assistance 🙂. |
Amplify CLI Version
12.2.3
Question
I tried creating a new table in schema.graphQl :
For all these above data model I am getting below error, when I try to view it in amplify :
I am not able to insert data, Am doing something wrong in schema, amplify push command after creating schema was successful.
The text was updated successfully, but these errors were encountered: