This is the ActiveBrainAtlas database portal. This project provides the admin area to edit data associated with the Active Brain Atlas project. It also provides the REST API.
The reset button in Neuroglancer throws an error:
Uncaught TypeError: Cannot read properties of undefined (reading 'resetDatabaseState')
at StateLoader.resetState (state_loader.ts:462:36)
at HTMLDivElement. (state_loader.ts:297:26)
It seems the viewer is undefined at that point. Not sure why.
The reset button in Neuroglancer throws an error: Uncaught TypeError: Cannot read properties of undefined (reading 'resetDatabaseState') at StateLoader.resetState (state_loader.ts:462:36) at HTMLDivElement. (state_loader.ts:297:26)
It seems the viewer is undefined at that point. Not sure why.