OHDSI Home | Forums | Wiki | Github

Cloudflare error

I am trying to run atlas inside a secure environment. I am using the atlas 2.7.1 and ran npm run build to include all the external dependencies. When I moved the machine into the protected environment, I am getting an error in developer about trying to get a css file from https://cdnjs.cloudflare.com/ajax/libs/boothstrap-select/1.13.1/css/bootstrap-select.min.css.

I am not sure if that is supposed to be included somewhere in the build or if this has anything to do with the problem I am having getting atlas to work ( webapi is working ). I guess I need to download it locally and hack into whatever file is using it to give it the local path?

I hacked the csspaths to point to the styles/bootstrap-select.min.css file that was already inside atlas instead of the cloud flare path, but still am getting the error.
So I hacked the js/assets/bundle/bundle.js to replace the cloudflare path with the file location, but I am still getting the error…

t