clinical-biomarkers / biomarker-datasetviewer

Biomarker Backend Dataset Viewer
https://hivelab.biochemistry.gwu.edu/biomarker-partnership/data
MIT License
0 stars 0 forks source link

Data set view details issue #6

Closed seankim658 closed 8 months ago

seankim658 commented 8 months ago

When on the homepage and clicking on the ... view details link, the page blanks out. Based on inspecting the network response in the browser dev tools, the correct JSON is being returned by the dataset api. Not exactly sure what is happening here. I suspect it could be because of the versioning issues:

To test the repository I originally used a argosdb data release, version 1.53. Since the data release I am creating is version 0.1, the react jsx could be automatically looking for the latest version number. Need to ask Robel how to create a clean initial data release. I might require deleting the persistent MongoDB data in /data/shared/biomarkerdb/db/$SER to start fresh before creating the v0.1 data release.

seankim658 commented 8 months ago

The issue was what I suspected. Fixed.