OHDSI Home | Forums | Wiki | Github

Starting to explore with OHDSI in a box setup | Atlas giving blank screen

Hi

I am trying to explore the components using the ohdsi in a box setup used for demonstrations.

I have used the image provided for the ohdsi in a box. However when i click on the ATLAS in the chrome it open up but does not show anything apart from atlas logo.

I restarted the containers and still no improvement. Prior to this i also modified the docker compose file as per the instruction in the pdf provided for the demonstartion.

Can someone guide me to get this up and running so that i can see through the implementation apart from the video tutorials.

Thanks
@Chris_Knoll @Dymshyts @anthonysena

I checked in the browser and found the error on UI as coming from below piece of code :

$.when(densityPromise)
.done(function () {
pageModel.includedConcepts(data.map(v => ({…v, ANCESTORS: []})));

can anyone help me with what does this data.map do. I need to verify the installation of atlas so i dont want to go in debugging .Just need to check the functionality of atlas .

t