Issues on running forest agent on local

Bootstrapped forest admin code for the project. Configured it to run on local. Record selecting is not working correctly on development environment. If I select any 1 record under any collection, it would select all on that screen. Clicking on that again will unselect all. Also if I click on select all button it won’t work correctly.

  • Project name: EyesWide

  • Team name: Operation

  • Environment name: Development | aayushsinha1

  • Database type: MongoDb

  • Recent changes made on your end if any: None

    Node version: v20.18.1

Hello @aayush-sinha

I do not reproduce your issue.

Looking at the screens you have shared, it looks like the records displayed in the collection view are duplicates. I suspect that this is happening as the store used in our Ember app in the frontend differentiates records by their ids, if the returned records share the same id, I can expect unwanted behaviour as you have shared.
Could you please check if the ids are unique ?

Best regards,