-
Notifications
You must be signed in to change notification settings - Fork 87
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
has duplicate #1615
Comments
➤ PM Bot commented: Jira ticket: RDART-995 |
Did you make |
Realm is complaining that there are multiple objects with the same You need to remove all duplicates. The simplest thing is probably to just delete the realm entirely, if you can afford to loose the content. |
Yes, it would affect any user who updates. You should only delete the realm, if you can afford to loose the data in it. If you have customer data you need to preserve, then you need to either drop making Is it by any chance so that all |
If you sort |
Migration is currently only for local realms. See https://www.mongodb.com/docs/realm/sdk/flutter/realm-database/model-data/update-realm-object-schema/#updating-the-schema-of-a-synced-realm Embedded objects are used for aggregate types. One advantage is that you don't have to setup dedicated subscriptions for embedded objects. They always follow their parent. |
Can you post the error message with the full stack trace? |
....
The text was updated successfully, but these errors were encountered: