Konstantin Yaroshovets
Konstantin Yaroshovets
@mgkahn Thank you for asking. Let us check and to propose solution.
I think you are wrong with repo. It's [Achilles](https://github.com/OHDSI/Achilles) error
My thoughts on this. I would avoid relying or using any (custom) headers for user authentication. It could be a security breach to get access to application including admin permissions....
I think you need to re-compile the application.
Broadsea uses pre-build images, they are not compile the application on the fly. You may need to build your custom Docker image, as compilation is done here: https://github.com/OHDSI/Atlas/blob/master/Dockerfile#L14
The flow is correct. Could it be your browser cache?
You have problems with WebAPI setup. It's not related to Atlas.
Can try to check the improved version in this branch? Is the performance better for your data? https://github.com/OHDSI/Achilles/tree/issue-690-speed-up-achilles-117
If WebAPI is compiled without `webapi-gis` profile (it applies to Broadsea), than `config-gis.js` file should be empty.
If I look at the original repo, the file and Dockerfile is correct: https://github.com/OHDSI/Broadsea-WebTools/blob/master/Dockerfile#L64 But Dockerfile in the ATLAS repo does not contain it. https://github.com/OHDSI/Atlas/blob/master/Dockerfile As a quick fix the...