Hi,
Now I have Digital Slide Archive (DSA) server running on the same server as cbioportal.
However, when I try to access the image hosted on DSA in cbioportal, "pathology slide" tab, it get errors below:
I run DSA on port 8010, if click this link, it will go to the image on DSA server correctly, it just won't embed it in cbioportal.
The image hosted on CSDA works in cbioportal, it is embedded correctly.
vi data_resource_sample.txt
PATIENT_ID SAMPLE_ID RESOURCE_ID URL
P01 P01_Pri PATHOLOGY_SLIDE https://cancer.digitalslidearchive.org/#!/CDSA/lgg/TCGA-DH-5142
P04 P04_Pri PATHOLOGY_SLIDE http://<ip>:8010/#item/691...d84
Is there anything need to change in portal.properties to allow this <ip>:8010? Is it configuration on cbioportal side or DSA side?
I'm not sure if this is related to reverse proxy. Cbioportal is behind nginx reverse proxy. DSA is currently not using reverse proxy, but I can config it to use it.
Thank you so much for your help!
Yingfei