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?