We just noticed that if we are hosting Orthanc on an Apache server.
With a simple rule in the .conf file :
ProxyPass “/orthanc/” “http://localhost:8042/”
ProxyPassReverse “/orthanc/” “http://localhost:8042”
The button “Nexus 3D Viewer” disappears of the explorer.html (for dicomized Nexus files).
Even though, it still appears if I put “localhost:8042” on the url.
However, the API links to the viewers works without a problem.
Does someone have an idea of what could be the problem here?
Thank you very much