Closed dborgesr closed 7 years ago
We are getting exactly the same and we have no idea where to go from there...
I took a screenshot with the console open, just in case it helps!
Did you run the docker container with the SITE_URL
parameter set? There is a note in the documentation about that here:
https://github.com/hms-dbmi/higlass/wiki#running-locally
It looks like you're trying to access it from bioinformatia.upo.es
. The Django application running the docker container will block requests from an unknown domain. If you've set that parameter, could you post the command that you used to run the container?
Thanks that did the trick !
One more thing, if you could help: Can we use more than one IP in there? or maybe plug it somewhere else?
We have a public and a local IP and we would ideally like it available in both without running two instances
Unfortunately, right now that isn't possible. If you want, you can add an issue to https://github.com/hms-dbmi/higlass-server/.
In case you're interested, the piece of code that's responsible for setting the allowed hosts is here:
I'm a little curious though, why would you have a public and private IP if they both point to the same instance? Can't you always just use the public IP to access it?
Thanks again for the help !
In the end, it looks like I spoke too soon,
I thought our public IP is not locally available (I remember struggling with something in the past ),
but I was wrong, the IP is available and Higlass works fine now ! :)
Great! Glad to hear that.
Hello, I just tried pulling the Docker image and running it on a server, unfortunately when i go to use it from that server all I see is a blank page with no data ex:
Any idea what could be causing this?
--Thank you