your-first-pwapp
your-first-pwapp copied to clipboard
Proxy issue
fix proxy issue with var HttpsProxyAgent = require('https-proxy-agent'); ... fetch(url,{ agent:new HttpsProxyAgent('http://proxy_address:port')}).then((resp) => {
We're not using https-proxy-agent anywhere in the code, not sure what you mean by this.
it's example for those, who work behind proxy with this Application. Need to add some config property for this.
I had the same problem, working behind a firm proxy. It saved my time, thank you @geminixandroid .