IHTSDO / sct-browser-frontend

HMTL & Javascript for the front end for the SNOMED CT Browser.
http://browser.ihtsdotools.org
Other
84 stars 32 forks source link

Question about /authoring-services/ui-configuration #51

Closed angelo-di-marzio closed 4 years ago

angelo-di-marzio commented 4 years ago

I'm running the browser locally with snowstorm inside a docker-compose. I have access to the ui but i get a 404 for : GET /authoring-services/ui-configuration

And on the server logs :

2020/05/14 13:46:45 [error] 6#6: *3 open() "/usr/share/nginx/html/authoring-services/ui-configuration" failed (2: No such file or directory), client: 172.22.0.1, server: , request: "GET /authoring-services/ui-configuration HTTP/1.1", host: "127.0.0.1", referrer: "http://127.0.0.1/

I don't see those files in the repo. Am i missing something ?

Thanks for the help !

kaicode commented 4 years ago

Hi there. The browser makes speculative calls to some URLs to check how it should behave. That file is only required when using the browser as part of an authoring environment. For viewing SNOMED CT it's not needed. Cheers.

angelo-di-marzio commented 4 years ago

Oh ok.

Thank you !