Closed ccn01347 closed 5 months ago
Hey @ccn01347, do you have datastore/conflict resolution enabled? Do you observe any errors in the browser debug console?
Closing the issue due to inactivity - This repository only accepts new feature requests for AWS Amplify Studio. For technical support, we encourage you to open a case with AWS technical support if you have AWS support plan. If you do not have an active AWS support plan, we encourage you to leverage our Amplify community Discord server where community members and staff try to help each other with Amplify.
Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Before opening, please confirm:
App Id
d1attkuwjk5ry1
Region
ap-southeast-1
Environment name
dev
Figma File Version (if applicable)
No response
Amplify CLI Version
12.10.0
If applicable, what version of Node.js are you using?
No response
What operating system are you using?
Mac
Browser type?
Chrome
Describe the bug
Data Manager not showing the data created by API.
Expected behavior
Data Manage to show all the 3 rows of data
Reproduction steps
type Users @model @auth(rules: [{allow: private, operations: [read]}, {allow: owner, operations: [create, update, read, delete]}]) { id: ID! username: String! displayName: String! email: AWSEmail! userType: UsersType! gender: String! age: Int! }
Project Identifier
No response
Additional information
No response