Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.
A community member was trying to do a realm import with the command:
ealm-cli import --strategy=replace --include-dependencies --app-id=the_app_id
and got:
failed to diff app with currently deployed instance: error: must specify unique names when importing MongoDB Rules; duplicate name: wildaid.MenuData
Let's investigate whether or not this is expected and if there's a different way we should export the realm template for importing.
This is important for being able to update exisiting Realm code.
A community member was trying to do a realm import with the command: ealm-cli import --strategy=replace --include-dependencies --app-id=the_app_id and got: failed to diff app with currently deployed instance: error: must specify unique names when importing MongoDB Rules; duplicate name: wildaid.MenuData
Let's investigate whether or not this is expected and if there's a different way we should export the realm template for importing.
This is important for being able to update exisiting Realm code.