Orthanc Explorer 2 Button javascript URL

This is a heads up for those running the Osimis docker orthanc behind a proxy with sub-URLs.

Using the latest Osimis images, if I turn on the Orthanc Explorer 2 plugin, but do NOT make it the default explorer, a gray button is placed on the old style explorer home page for the user to launch Explorer 2 if they want to.

That’s all good.

However, the explorer modifications that the plugin adds (via plugins/explorer.js) embeds a URL link which assumes the Orthanc is running at the top URL of the server.

We run all our Orthancs behind proxies at sub-URLs.

I’ve been digging through the html/javascript of the old style explorer page because the buttons like “All Patients” and “All Studies” perform just fine on our proxied/sub-URL Orthancs. I suspect they are using relative URLs, but I haven’t found the button javascript yet to confirm this.

John.

Hi John,

Thanks for reporting the issue. This has just been fixed in this commit

Best regards,

Alain.