Observable Framework does not yet support the HTTP_PROXY environment variable that is commonly used in conjunction with firewalls, but there is a workaround described here:
@mbostock Thanks a lot for the quick response.
This a definitely a proxy issue, will have to use your approach using undici.
@mbostock
I have one question here, Obseravblehq framework is trying to access some of the internal dependency packages from INTERNET, but our corporate device have there own repositories from where all the packages are getting downloaded in that case how come other package’s are not getting affected by firewall and why we have to handle this separately?
Or if my understanding is incorrect it would be helpful if you could explain in simple terms the root cause as I am new to the industry,
Hi, @mootari by any chance do you have any idea on my above question?
Also ind documentation its written as we can use curl to fetch data and store in such case when should we use observable framework data loaders and when the curl approach?